summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-07 00:04:21 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-07 00:04:21 +0100
commita762ae978a9c215a1b2be1c2f6607e2d5c78e174 (patch)
treed55757a3a91ada90df286edaa7ee1f65579d13a4 /Makefile.am
parent85aa3d3e69630db6f5ca4584ff24061450d27946 (diff)
downloadconnman-a762ae978a9c215a1b2be1c2f6607e2d5c78e174.tar.gz
connman-a762ae978a9c215a1b2be1c2f6607e2d5c78e174.tar.bz2
connman-a762ae978a9c215a1b2be1c2f6607e2d5c78e174.zip
Remove outdated portal test program
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e5bfebb..badab1c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,10 +126,10 @@ client_cm_LDADD = @DBUS_LIBS@
endif
if TOOLS
-noinst_PROGRAMS += tools/wispr tools/wifi-scan \
- tools/supplicant-test tools/dhcp-test \
- tools/addr-test tools/web-test tools/resolv-test \
- tools/dbus-test tools/polkit-test tools/portal-test \
+noinst_PROGRAMS += tools/wispr tools/wifi-scan tools/supplicant-test \
+ tools/dhcp-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-ringbuffer-dump
@@ -160,8 +160,6 @@ tools_dbus_test_LDADD = @GLIB_LIBS@ @DBUS_LIBS@
tools_polkit_test_LDADD = @DBUS_LIBS@
-tools_portal_test_LDADD = @GLIB_LIBS@
-
tools_iptables_test_LDADD = @GLIB_LIBS@ @XTABLES_LIBS@
if DHCLIENT