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