diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-16 14:46:37 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-16 14:46:37 -0700 |
commit | 777a580c99735eb3ab3eda62391a09a0c5d9153e (patch) | |
tree | dda0662bc8e3f03f2d6ed21f3330057a98074248 /tools | |
parent | 68d73e0b14ddbf72296da47305f24d44a3fda31e (diff) | |
download | connman-777a580c99735eb3ab3eda62391a09a0c5d9153e.tar.gz connman-777a580c99735eb3ab3eda62391a09a0c5d9153e.tar.bz2 connman-777a580c99735eb3ab3eda62391a09a0c5d9153e.zip |
Add addr-test program to ignore file
Diffstat (limited to 'tools')
-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 bafb4762..24c8c9ed 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,6 +1,6 @@ if TOOLS -noinst_PROGRAMS = wifi-scan tap-test addr-test +noinst_PROGRAMS = wifi-scan addr-test tap-test wifi_scan_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@ endif |