diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-23 15:14:30 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-23 15:14:30 -0700 |
commit | 36b3db39a22f49b44659938d77fd8f53f1d67987 (patch) | |
tree | 08daaa3b041b631a403d6612fa48f3a4917579ff /tools | |
parent | e425c22615000881b6be9037b895e65a2e096063 (diff) | |
download | connman-36b3db39a22f49b44659938d77fd8f53f1d67987.tar.gz connman-36b3db39a22f49b44659938d77fd8f53f1d67987.tar.bz2 connman-36b3db39a22f49b44659938d77fd8f53f1d67987.zip |
Convert to fully non-recursive build system
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am deleted file mode 100644 index 24c8c9ed..00000000 --- a/tools/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ - -if TOOLS -noinst_PROGRAMS = wifi-scan addr-test tap-test - -wifi_scan_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@ -endif - -AM_CFLAGS = @NETLINK_CFLAGS@ @GLIB_CFLAGS@ - -MAINTAINERCLEANFILES = Makefile.in |