missing check
[oweals/gnunet.git] / src / Makefile.am
index d8d3fbf572bb4a677e84d7beb011c046e78fae39..b77025a3e61909046f6204ddb9f9f44826e43629 100644 (file)
@@ -13,16 +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 # without namestore, pt currently has some issues...
-endif
-if MINGW
- MINGW_DIR = vpn exit 
-# pt # without namestore, pt currently has some issues...
-endif
-
 if HAVE_MYSQL
  MYSQL_DIR = mysql
 endif
@@ -65,10 +55,13 @@ SUBDIRS = \
   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
\ No newline at end of file
+# note: namestore, gns are not listed right now as they are being reworked to use the new crypto