]> git.sur5r.net Git - ngadmin/blobdiff - Makefile.am
add quick readme
[ngadmin] / Makefile.am
index 3146684b7213ede2c85166bf36a4aa3046c22c37..8f40010e6a5bd31e2702de02d1e81df1d9e315dc 100644 (file)
@@ -1,9 +1,21 @@
 
 ACLOCAL_AMFLAGS = -I .
 
-SUBDIRS = raw lib cli
+SUBDIRS = raw wireshark
+
+if ENABLE_LIB
+SUBDIRS += lib
+endif
+
+if ENABLE_CLI
+SUBDIRS += cli
+endif
 
 if ENABLE_SPY
 SUBDIRS += spy
 endif
 
+if ENABLE_EMU
+SUBDIRS += emu
+endif
+