-fix
[oweals/gnunet.git] / src / Makefile.am
index eb4049285d9150cda1e4e8e5dd03721347a401c3..c3474d5d9bb6134b50014454fdd0e99e995e0c53 100644 (file)
@@ -3,19 +3,27 @@
 #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 \
   hello \
+  tun \
   block \
   statistics \
   arm \
   peerinfo \
   datacache \
   datastore \
+  namestore \
   template \
   ats \
   nat \
@@ -30,6 +38,6 @@ SUBDIRS = \
   topology \
   fs \
   mesh \
-  vpn \
+  $(LINUX_DIR) \
   integration-tests \
   $(EXP_DIR)