diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-03-28 14:07:45 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-03-28 14:07:45 -0700 |
commit | a822c8d387cea4b6d8bc51d227a8b7853cc2b617 (patch) | |
tree | b50d619b1bd1a8302ddf1680c2b6a688fdb3b201 /Makefile.am | |
parent | 7a75d5e493c11078b4047b8886e26674222ab810 (diff) | |
download | connman-a822c8d387cea4b6d8bc51d227a8b7853cc2b617.tar.gz connman-a822c8d387cea4b6d8bc51d227a8b7853cc2b617.tar.bz2 connman-a822c8d387cea4b6d8bc51d227a8b7853cc2b617.zip |
Add skeleton for WiFi scanning tool
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a949a551..b4c0917d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,8 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \ --enable-novatel \ --enable-huawei \ --enable-hso \ - --enable-client + --enable-client \ + --enable-tools DISTCLEANFILES = $(pkgconfig_DATA) |