diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-07-16 05:42:38 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-07-16 05:42:38 +0200 |
commit | 0e193132f608d7f83a4ebc018eb6da3fc8ed359d (patch) | |
tree | 50554659eff8999f32a8bed5265ff633a8cc268b /tools/Makefile.am | |
parent | ba1cd9db276400ec693e196978df01c465b068a2 (diff) | |
download | connman-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.am | 2 |
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 |