diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-04-20 14:41:22 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-04-20 15:18:59 +0200 |
commit | ea009014f74dab5df10da70bd3ed41f4ae5c7ef2 (patch) | |
tree | 40c773fddad2a6dc2bc81a88cc3fafb2bb2dfb20 /Makefile.am | |
parent | 9beed48309cc6a6e364ce048a6ddd63e11ce3cab (diff) | |
download | connman-ea009014f74dab5df10da70bd3ed41f4ae5c7ef2.tar.gz connman-ea009014f74dab5df10da70bd3ed41f4ae5c7ef2.tar.bz2 connman-ea009014f74dab5df10da70bd3ed41f4ae5c7ef2.zip |
tools: Add private-network test
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 841b9a75..446a26a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -142,7 +142,7 @@ noinst_PROGRAMS += tools/wispr tools/wifi-scan tools/supplicant-test \ tools/addr-test tools/web-test tools/resolv-test \ tools/dbus-test tools/polkit-test \ tools/iptables-test tools/tap-test tools/wpad-test \ - tools/stats-tool + tools/stats-tool tools/private-network-test tools_wispr_SOURCES = $(gweb_sources) tools/wispr.c tools_wispr_LDADD = @GLIB_LIBS@ @GNUTLS_LIBS@ -lresolv @@ -177,6 +177,8 @@ tools_dbus_test_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ tools_polkit_test_LDADD = @DBUS_LIBS@ tools_iptables_test_LDADD = @GLIB_LIBS@ @XTABLES_LIBS@ + +tools_private_network_test_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ endif test_scripts = test/get-state test/list-profiles test/list-services \ |