missing check
[oweals/gnunet.git] / src / Makefile.am
index 2ece564fd33722221d4b15de219dec250e5bba7b..b77025a3e61909046f6204ddb9f9f44826e43629 100644 (file)
@@ -2,16 +2,15 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
-if HAVE_EXPERIMENTAL
- EXP_DIR = chat dv stream 
+if HAVE_TESTING
+ TESTING = testing
+ TESTBED = testbed
+ CONSENSUS = consensus
+ EXPERIMENTATION = experimentation
 endif
 
-if LINUX
-# All of these currently only work on GNU/Linux
- LINUX_DIR = dns exit vpn gns pt
-endif
-if MINGW
- MINGW_DIR = dns vpn gns
+if HAVE_EXPERIMENTAL
+ EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION) 
 endif
 
 if HAVE_MYSQL
@@ -31,31 +30,38 @@ SUBDIRS = \
   block \
   statistics \
   arm \
-  testing \
+  $(TESTING) \
   peerinfo \
   $(MYSQL_DIR) \
   $(POSTGRES_DIR) \
   datacache \
   datastore \
-  namestore \
   template \
   ats \
   nat \
   fragmentation \
   transport \
+  ats-tool \
   peerinfo-tool \
   core \
-  testbed \
-  testing_old \
+  $(TESTBED) \
   nse \
   dht \
   hostlist \
   topology \
-  fs \
   regex \
   mesh \
   lockmanager \
-  $(LINUX_DIR) \
-  $(MINGW_DIR) \
+  dns \
+  identity \
+  set \
+  namestore \
+  vpn \
+  gns \
+  fs \
+  exit \
+  pt \
   integration-tests \
   $(EXP_DIR) 
+
+# note: namestore, gns are not listed right now as they are being reworked to use the new crypto