mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 23:00:07 +01:00
Move the content of nm-test-helpers.h to nm-test-utils.h which completly replaces the older file. Signed-off-by: Thomas Haller <thaller@redhat.com>
17 lines
368 B
Makefile
17 lines
368 B
Makefile
EXTRA_DIST = \
|
|
NetworkManager.h \
|
|
NetworkManagerVPN.h \
|
|
nm-dbus-glib-types.h \
|
|
nm-glib-compat.h \
|
|
nm-gvaluearray-compat.h \
|
|
nm-test-utils.h \
|
|
nm-version.h.in \
|
|
nm-settings-flags.h
|
|
|
|
NetworkManagerincludedir=$(includedir)/NetworkManager
|
|
|
|
NetworkManagerinclude_HEADERS = \
|
|
NetworkManager.h \
|
|
NetworkManagerVPN.h \
|
|
nm-version.h
|
|
|