missing check
[oweals/gnunet.git] / src / Makefile.am
index 36e87f82bd9f9b46b0d17d430eda992214bf3e12..b77025a3e61909046f6204ddb9f9f44826e43629 100644 (file)
@@ -2,10 +2,26 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
+if HAVE_TESTING
+ TESTING = testing
+ TESTBED = testbed
+ CONSENSUS = consensus
+ EXPERIMENTATION = experimentation
+endif
+
 if HAVE_EXPERIMENTAL
- EXP_DIR = chat dv 
+ EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION) 
+endif
+
+if HAVE_MYSQL
+ MYSQL_DIR = mysql
+endif
+
+if HAVE_POSTGRES
+ POSTGRES_DIR = postgres
 endif
 
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
@@ -14,7 +30,10 @@ SUBDIRS = \
   block \
   statistics \
   arm \
+  $(TESTING) \
   peerinfo \
+  $(MYSQL_DIR) \
+  $(POSTGRES_DIR) \
   datacache \
   datastore \
   template \
@@ -22,18 +41,27 @@ SUBDIRS = \
   nat \
   fragmentation \
   transport \
+  ats-tool \
   peerinfo-tool \
   core \
-  testing \
+  $(TESTBED) \
   nse \
   dht \
   hostlist \
   topology \
-  fs \
+  regex \
   mesh \
+  lockmanager \
   dns \
-  exit \
+  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