missing check
[oweals/gnunet.git] / src / Makefile.am
index 11912b2e2d8401d133cc5ded04e5ddda2698fcf7..b77025a3e61909046f6204ddb9f9f44826e43629 100644 (file)
@@ -2,29 +2,66 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
+if HAVE_TESTING
+ TESTING = testing
+ TESTBED = testbed
+ CONSENSUS = consensus
+ EXPERIMENTATION = experimentation
+endif
+
+if HAVE_EXPERIMENTAL
+ EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION) 
+endif
 
-if HAVE_MHD
- HOSTLIST_DIR = hostlist
+if HAVE_MYSQL
+ MYSQL_DIR = mysql
 endif
 
-if !MINGW
- NAT_DIR = nat
+if HAVE_POSTGRES
+ POSTGRES_DIR = postgres
 endif
 
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
-  arm \
   hello \
-  peerinfo \
+  tun \
+  block \
   statistics \
+  arm \
+  $(TESTING) \
+  peerinfo \
+  $(MYSQL_DIR) \
+  $(POSTGRES_DIR) \
   datacache \
   datastore \
   template \
+  ats \
+  nat \
+  fragmentation \
   transport \
+  ats-tool \
+  peerinfo-tool \
   core \
-  testing \
-  $(HOSTLIST_DIR) \
+  $(TESTBED) \
+  nse \
+  dht \
+  hostlist \
   topology \
-  $(NAT_DIR) \
-  fs
+  regex \
+  mesh \
+  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