missing check
[oweals/gnunet.git] / src / Makefile.am
index 1a4e588261870c2fbb4a55bab98d49412b0a9e19..b77025a3e61909046f6204ddb9f9f44826e43629 100644 (file)
@@ -2,13 +2,15 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
-if HAVE_EXPERIMENTAL
- EXP_DIR = chat dv stream regex
+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 gns exit vpn pt
+if HAVE_EXPERIMENTAL
+ EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION) 
 endif
 
 if HAVE_MYSQL
@@ -28,26 +30,38 @@ SUBDIRS = \
   block \
   statistics \
   arm \
+  $(TESTING) \
   peerinfo \
   $(MYSQL_DIR) \
   $(POSTGRES_DIR) \
   datacache \
   datastore \
-  namestore \
   template \
   ats \
   nat \
   fragmentation \
   transport \
+  ats-tool \
   peerinfo-tool \
   core \
-  testing \
+  $(TESTBED) \
   nse \
   dht \
   hostlist \
   topology \
-  fs \
+  regex \
   mesh \
-  $(LINUX_DIR) \
+  lockmanager \
+  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