- fixing compile error
[oweals/gnunet.git] / src / Makefile.am
index d912ac17397a492ef085c178a6341b7bd54c2cf0..36e87f82bd9f9b46b0d17d430eda992214bf3e12 100644 (file)
@@ -3,13 +3,14 @@
 #endif
 
 if HAVE_EXPERIMENTAL
- EXP_DIR = mesh vpn chat
+ EXP_DIR = chat dv 
 endif
 
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
   hello \
+  tun \
   block \
   statistics \
   arm \
@@ -17,17 +18,22 @@ SUBDIRS = \
   datacache \
   datastore \
   template \
+  ats \
   nat \
   fragmentation \
   transport \
   peerinfo-tool \
   core \
-  nse \
   testing \
   nse \
-  dv \
   dht \
   hostlist \
   topology \
   fs \
-  $(EXP_DIR)
+  mesh \
+  dns \
+  exit \
+  vpn \
+  pt \
+  integration-tests \
+  $(EXP_DIR)