doxygen fix
[oweals/gnunet.git] / src / Makefile.am
index 044983d60168615ba0f86ea564b0f07fe2684a6a..1a4e588261870c2fbb4a55bab98d49412b0a9e19 100644 (file)
@@ -3,19 +3,37 @@
 #endif
 
 if HAVE_EXPERIMENTAL
- EXP_DIR = chat
+ EXP_DIR = chat dv stream regex
 endif
 
+if LINUX
+# All of these currently only work on GNU/Linux
+ LINUX_DIR = dns gns exit vpn pt
+endif
+
+if HAVE_MYSQL
+ MYSQL_DIR = mysql
+endif
+
+if HAVE_POSTGRES
+ POSTGRES_DIR = postgres
+endif
+
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
   hello \
+  tun \
   block \
   statistics \
   arm \
   peerinfo \
+  $(MYSQL_DIR) \
+  $(POSTGRES_DIR) \
   datacache \
   datastore \
+  namestore \
   template \
   ats \
   nat \
@@ -25,11 +43,11 @@ SUBDIRS = \
   core \
   testing \
   nse \
-  dv \
   dht \
   hostlist \
   topology \
   fs \
   mesh \
-  vpn \
+  $(LINUX_DIR) \
+  integration-tests \
   $(EXP_DIR)