-fixing source port randomization for DNS service
[oweals/gnunet.git] / src / Makefile.am
index 42a668c756642a9848cf65443507d05af660bd12..56fdd0978df9fe590f4ab2b68f644d98d11a4683 100644 (file)
@@ -2,25 +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 \
+  hello \
+  tun \
+  block \
+  statistics \
   arm \
+  peerinfo \
   datacache \
   datastore \
-  fragmentation \
-  hello \
-  peerinfo \
-  resolver \
-  statistics \
   template \
+  ats \
+  nat \
+  fragmentation \
   transport \
+  peerinfo-tool \
   core \
-  $(HOSTLIST_DIR) \
-  topology 
-
+  testing \
+  nse \
+  dht \
+  hostlist \
+  topology \
+  fs \
+  mesh \
+  $(LINUX_DIR) \
+  integration-tests \
+  $(EXP_DIR)