]> git.sur5r.net Git - ngadmin/blobdiff - Makefile.am
Remove and ignore INSTALL
[ngadmin] / Makefile.am
index 939d0ffb36e3b40f5f5d9193fa8d9c3eef8f5836..8f40010e6a5bd31e2702de02d1e81df1d9e315dc 100644 (file)
@@ -1,17 +1,21 @@
 
 ACLOCAL_AMFLAGS = -I .
 
-SUBDIRS = raw lib cli
+SUBDIRS = raw wireshark
 
-#if ENABLE_SPY
-#SUBDIRS += dump
-#endif
+if ENABLE_LIB
+SUBDIRS += lib
+endif
 
+if ENABLE_CLI
+SUBDIRS += cli
+endif
 
-#if ENABLE_DEBUG
-#CFLAGS += -g
-#else
-#CFLAGS += -fomit-frame-pointer
-#LDFLAGS+= -s
-#endif
+if ENABLE_SPY
+SUBDIRS += spy
+endif
+
+if ENABLE_EMU
+SUBDIRS += emu
+endif