summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-29 04:07:06 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-29 04:07:06 -0800
commit3497514256cdbc94a7c72e4f48c1f38e7b1e559a (patch)
tree5627ffcb55cfca759759a0fda6872b71b743981f /Makefile.am
parent13e490f8b49927898121d0949aee62913bbebed7 (diff)
downloadconnman-3497514256cdbc94a7c72e4f48c1f38e7b1e559a.tar.gz
connman-3497514256cdbc94a7c72e4f48c1f38e7b1e559a.tar.bz2
connman-3497514256cdbc94a7c72e4f48c1f38e7b1e559a.zip
Add interface and network handling to supplicant test program
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cd4d4a59..46f30373 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -118,7 +118,8 @@ noinst_PROGRAMS += tools/wifi-scan tools/supplicant-test \
tools_wifi_scan_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@
tools_supplicant_test_SOURCES = $(gdbus_sources) tools/supplicant-test.c \
- tools/supplicant.h tools/supplicant.c
+ tools/supplicant-dbus.h tools/supplicant-dbus.c \
+ tools/supplicant.h tools/supplicant.c
tools_supplicant_test_LDADD = @GLIB_LIBS@ @DBUS_LIBS@
tools_polkit_test_LDADD = @DBUS_LIBS@