-fix
[oweals/gnunet.git] / src / Makefile.am
index 36e87f82bd9f9b46b0d17d430eda992214bf3e12..c3474d5d9bb6134b50014454fdd0e99e995e0c53 100644 (file)
@@ -3,9 +3,15 @@
 #endif
 
 if HAVE_EXPERIMENTAL
- EXP_DIR = chat dv 
+ EXP_DIR = chat dv gns stream
 endif
 
+if LINUX
+# All of these currently only work on GNU/Linux
+ LINUX_DIR = dns exit vpn pt
+endif
+
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
@@ -17,6 +23,7 @@ SUBDIRS = \
   peerinfo \
   datacache \
   datastore \
+  namestore \
   template \
   ats \
   nat \
@@ -31,9 +38,6 @@ SUBDIRS = \
   topology \
   fs \
   mesh \
-  dns \
-  exit \
-  vpn \
-  pt \
+  $(LINUX_DIR) \
   integration-tests \
   $(EXP_DIR)