-fix
[oweals/gnunet.git] / src / Makefile.am
index 044983d60168615ba0f86ea564b0f07fe2684a6a..c3474d5d9bb6134b50014454fdd0e99e995e0c53 100644 (file)
@@ -3,19 +3,27 @@
 #endif
 
 if HAVE_EXPERIMENTAL
- EXP_DIR = chat
+ 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 \
@@ -25,11 +33,11 @@ SUBDIRS = \
   core \
   testing \
   nse \
-  dv \
   dht \
   hostlist \
   topology \
   fs \
   mesh \
-  vpn \
+  $(LINUX_DIR) \
+  integration-tests \
   $(EXP_DIR)