summaryrefslogtreecommitdiff
path: root/libnm-util/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-03-14 17:49:49 +0100
committerThomas Haller <thaller@redhat.com>2014-04-11 11:09:10 +0200
commitc65ed2dd6c69be36f48477e57c220f342a69b520 (patch)
treeb8ad348c24a19930d35cbbb0a4d01b3dc2030719 /libnm-util/Makefile.am
parent583eba38280628da9c645d402483f9fd0927005a (diff)
downloadNetworkManager-c65ed2dd6c69be36f48477e57c220f342a69b520.tar.gz
libnm-util: add private header file nm-test-utils.h
This is intended to contain utility functions for tests. It will be header only (containing inline functions). Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnm-util/Makefile.am')
-rw-r--r--libnm-util/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libnm-util/Makefile.am b/libnm-util/Makefile.am
index 84f4aa303d..f586f91825 100644
--- a/libnm-util/Makefile.am
+++ b/libnm-util/Makefile.am
@@ -58,7 +58,8 @@ libnm_util_la_private_headers = \
nm-param-spec-specialized.h \
nm-util-private.h \
nm-utils-private.h \
- nm-setting-private.h
+ nm-setting-private.h \
+ nm-test-utils.h
libnm_util_la_csources = \
crypto.c \