]> git.sur5r.net Git - ngadmin/blobdiff - Makefile.am
Cli: switch to filename completion after terminal commands
[ngadmin] / Makefile.am
index 939d0ffb36e3b40f5f5d9193fa8d9c3eef8f5836..a759fcd757f5466681004e160d30f89ddd0d3616 100644 (file)
@@ -3,15 +3,11 @@ ACLOCAL_AMFLAGS = -I .
 
 SUBDIRS = raw lib cli
 
-#if ENABLE_SPY
-#SUBDIRS += dump
-#endif
+if ENABLE_SPY
+SUBDIRS += spy
+endif
 
-
-#if ENABLE_DEBUG
-#CFLAGS += -g
-#else
-#CFLAGS += -fomit-frame-pointer
-#LDFLAGS+= -s
-#endif
+if ENABLE_EMU
+SUBDIRS += emu
+endif