summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-04-21 22:04:29 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-04-21 22:04:29 +0200
commitd9724d24b091a9412992cc6883ca6a225fa1a88c (patch)
treede69ede9308d3d6d82ac890d2a50de85c205b950 /Makefile.am
parentf68136601695afedc5802042517d8c33955e58fd (diff)
downloadconnman-d9724d24b091a9412992cc6883ca6a225fa1a88c.tar.gz
connman-d9724d24b091a9412992cc6883ca6a225fa1a88c.tar.bz2
connman-d9724d24b091a9412992cc6883ca6a225fa1a88c.zip
build: Remove useless alg-test example program
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index aeb490fb..eafbe414 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -145,8 +145,7 @@ noinst_PROGRAMS += tools/wispr tools/supplicant-test \
tools/dbus-test tools/polkit-test \
tools/iptables-test tools/tap-test tools/wpad-test \
tools/stats-tool tools/private-network-test \
- tools/alg-test unit/test-session unit/test-ippool \
- unit/test-nat
+ unit/test-session unit/test-ippool unit/test-nat
tools_wispr_SOURCES = $(gweb_sources) tools/wispr.c
tools_wispr_LDADD = @GLIB_LIBS@ @GNUTLS_LIBS@ -lresolv
@@ -182,8 +181,6 @@ tools_iptables_test_LDADD = @GLIB_LIBS@ @XTABLES_LIBS@
tools_private_network_test_LDADD = @GLIB_LIBS@ @DBUS_LIBS@
-tools_alg_test_LDADD = @GLIB_LIBS@
-
unit_test_session_SOURCES = $(gdbus_sources) src/log.c src/dbus.c \
unit/test-session.c unit/utils.c unit/manager-api.c \
unit/session-api.c unit/test-connman.h