]> git.sur5r.net Git - ngadmin/blobdiff - Makefile.am
Cli: switch to filename completion after terminal commands
[ngadmin] / Makefile.am
index efaba3e87b0edb352bab50bd9c2124169a9c59e8..a759fcd757f5466681004e160d30f89ddd0d3616 100644 (file)
@@ -3,7 +3,11 @@ ACLOCAL_AMFLAGS = -I .
 
 SUBDIRS = raw lib cli
 
-#if ENABLE_SPY
-#SUBDIRS += dump
-#endif
+if ENABLE_SPY
+SUBDIRS += spy
+endif
+
+if ENABLE_EMU
+SUBDIRS += emu
+endif