summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-16 05:42:38 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-07-16 05:42:38 +0200
commit0e193132f608d7f83a4ebc018eb6da3fc8ed359d (patch)
tree50554659eff8999f32a8bed5265ff633a8cc268b /tools/Makefile.am
parentba1cd9db276400ec693e196978df01c465b068a2 (diff)
downloadconnman-0e193132f608d7f83a4ebc018eb6da3fc8ed359d.tar.gz
connman-0e193132f608d7f83a4ebc018eb6da3fc8ed359d.tar.bz2
connman-0e193132f608d7f83a4ebc018eb6da3fc8ed359d.zip
Add small test program for TUN/TAP devices
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index af219aca..407811c4 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,6 +1,6 @@
if TOOLS
-noinst_PROGRAMS = wifi-scan
+noinst_PROGRAMS = wifi-scan tap-test
wifi_scan_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@
endif