-fixing source port randomization for DNS service
[oweals/gnunet.git] / src / Makefile.am
index e4335db9db34a1233dccc4a22c22c81ee74c3a57..56fdd0978df9fe590f4ab2b68f644d98d11a4683 100644 (file)
@@ -2,24 +2,41 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
+if HAVE_EXPERIMENTAL
+ EXP_DIR = chat dv 
+endif
 
-if HAVE_MHD
- HOSTLIST_DIR = hostlist
+if LINUX
+# All of these currently only work on GNU/Linux
+ LINUX_DIR = dns exit vpn pt
 endif
 
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
-  arm \
-  fragmentation \
   hello \
-  peerinfo \
-  resolver \
+  tun \
+  block \
   statistics \
+  arm \
+  peerinfo \
+  datacache \
+  datastore \
   template \
+  ats \
+  nat \
+  fragmentation \
   transport \
+  peerinfo-tool \
   core \
-  datastore \
-  $(HOSTLIST_DIR) \
-  topology 
-
+  testing \
+  nse \
+  dht \
+  hostlist \
+  topology \
+  fs \
+  mesh \
+  $(LINUX_DIR) \
+  integration-tests \
+  $(EXP_DIR)