summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-06-15 16:00:42 +0200
committerThomas Haller <thaller@redhat.com>2016-06-16 10:45:54 +0200
commit2c02f3a8cfe3616a1469ac9949833deecfea4698 (patch)
treee8a904807c5c7be7a2afc2179e99dfd7c6c0ebae
parent3bcec4067fb0fb1c4eaa3de0b7c2802f689702a5 (diff)
downloadNetworkManager-th/shared-bgo767697.tar.gz
shared/tests: build "nm-utils/nm-vpn-plugin-utils.c"th/shared-bgo767697
For testing, add a build target to build those files too.
-rw-r--r--libnm/tests/Makefile.am24
1 files changed, 24 insertions, 0 deletions
diff --git a/libnm/tests/Makefile.am b/libnm/tests/Makefile.am
index d2944c4cad..1c65f72340 100644
--- a/libnm/tests/Makefile.am
+++ b/libnm/tests/Makefile.am
@@ -39,3 +39,27 @@ test_secret_agent_SOURCES = \
$(top_builddir)/shared/nm-test-libnm-utils.h \
test-secret-agent.c
endif
+
+###############################################################################
+
+noinst_LTLIBRARIES = \
+ libnm-vpn-plugin-utils-test.la
+
+libnm_vpn_plugin_utils_test_la_SOURCES = \
+ $(top_srcdir)/shared/nm-utils/nm-vpn-plugin-utils.c \
+ $(top_srcdir)/shared/nm-utils/nm-vpn-plugin-utils.h \
+ $(NULL)
+
+libnm_vpn_plugin_utils_test_la_CFLAGS = \
+ $(GLIB_CFLAGS) \
+ -I$(top_srcdir)/shared \
+ -I$(top_srcdir)/libnm-core \
+ -I$(top_srcdir)/libnm \
+ $(NULL)
+
+libnm_vpn_plugin_utils_test_la_LIBADD = \
+ $(GLIB_LIBS) \
+ $(NULL)
+
+###############################################################################
+