- fixing compile error
[oweals/gnunet.git] / src / Makefile.am
index c3cf0836a6cbc3015dadd4a232ddd6b4b1d8172a..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,6 +18,7 @@ SUBDIRS = \
   datacache \
   datastore \
   template \
+  ats \
   nat \
   fragmentation \
   transport \
@@ -24,9 +26,14 @@ SUBDIRS = \
   core \
   testing \
   nse \
-  dv \
   dht \
   hostlist \
   topology \
   fs \
-  $(EXP_DIR)
+  mesh \
+  dns \
+  exit \
+  vpn \
+  pt \
+  integration-tests \
+  $(EXP_DIR)