-simplify
[oweals/gnunet.git] / src / Makefile.am
index 36e87f82bd9f9b46b0d17d430eda992214bf3e12..56fdd0978df9fe590f4ab2b68f644d98d11a4683 100644 (file)
@@ -6,6 +6,12 @@ if HAVE_EXPERIMENTAL
  EXP_DIR = chat dv 
 endif
 
+if LINUX
+# All of these currently only work on GNU/Linux
+ LINUX_DIR = dns exit vpn pt
+endif
+
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
@@ -31,9 +37,6 @@ SUBDIRS = \
   topology \
   fs \
   mesh \
-  dns \
-  exit \
-  vpn \
-  pt \
+  $(LINUX_DIR) \
   integration-tests \
   $(EXP_DIR)