missing check
[oweals/gnunet.git] / src / Makefile.am
index 25dcbfafbe1f9fb1be4358b71199af540727e389..b77025a3e61909046f6204ddb9f9f44826e43629 100644 (file)
@@ -10,15 +10,7 @@ if HAVE_TESTING
 endif
 
 if HAVE_EXPERIMENTAL
- EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION)
-endif
-
-if LINUX
-# All of these currently only work on GNU/Linux or W32
- LINUX_DIR = exit vpn pt
-endif
-if MINGW
- MINGW_DIR = vpn exit pt
+ EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION) 
 endif
 
 if HAVE_MYSQL
@@ -44,7 +36,6 @@ SUBDIRS = \
   $(POSTGRES_DIR) \
   datacache \
   datastore \
-  namestore \
   template \
   ats \
   nat \
@@ -63,10 +54,14 @@ SUBDIRS = \
   lockmanager \
   dns \
   identity \
-  gns \
   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