missing check
[oweals/gnunet.git] / src / Makefile.am
index 4ea2836ee40d6d3dba86308aac852a4447a62548..b77025a3e61909046f6204ddb9f9f44826e43629 100644 (file)
@@ -13,14 +13,6 @@ 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
-endif
-
 if HAVE_MYSQL
  MYSQL_DIR = mysql
 endif
@@ -64,10 +56,12 @@ SUBDIRS = \
   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
\ No newline at end of file
+# note: namestore, gns are not listed right now as they are being reworked to use the new crypto