- ttl is deprecated, don't warn
[oweals/gnunet.git] / src / Makefile.am
index ed8039f8b64549c2300bddab7d7c13f03d08bf56..ae623bddc73d8ac2aa41b90695efe3ff7f5bdab7 100644 (file)
@@ -1,24 +1,51 @@
+# This Makefile.am is in the public domain
 #if WANT_FRAMEWORK
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
+if HAVE_TESTING
+ TESTING = testing
+ TESTBED = testbed
+ CONSENSUS = consensus
+ SECRETSHARING = secretsharing
+ SENSOR = sensor
+ SENSORDASHBOARD = sensordashboard
+endif
+
 if HAVE_EXPERIMENTAL
- EXP_DIR = chat dv stream regex
+ EXP_DIR = \
+  dv \
+  multicast \
+  env \
+  psycstore \
+  psyc \
+  rps \
+  social \
+  $(CONSENSUS) \
+  $(SECRETSHARING) \
+  $(SENSOR) \
+  $(SENSORDASHBOARD)
 endif
 
-if LINUX
-# All of these currently only work on GNU/Linux
- LINUX_DIR = dns gns exit vpn pt
+if BUILD_PULSE_HELPERS
+CONVERSATION_DIR = conversation
+else
+if BUILD_GST_HELPERS
+CONVERSATION_DIR = conversation
+endif
 endif
 
 if HAVE_MYSQL
  MYSQL_DIR = mysql
 endif
 
-if HAVE_POSTGRES
+if HAVE_POSTGRESQL
  POSTGRES_DIR = postgres
 endif
 
+if HAVE_REST
+ REST_DIR = rest
+endif
 
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
@@ -28,27 +55,43 @@ SUBDIRS = \
   block \
   statistics \
   arm \
+  $(TESTING) \
   peerinfo \
   $(MYSQL_DIR) \
   $(POSTGRES_DIR) \
+  $(REST_DIR) \
   datacache \
   datastore \
-  namestore \
   template \
   ats \
   nat \
   fragmentation \
   transport \
+  ats-tool \
   peerinfo-tool \
   core \
-  testing \
-  testbed \
+  $(TESTBED) \
+  ats-tests \
   nse \
   dht \
   hostlist \
   topology \
+  regex \
+  cadet \
+  dns \
+  identity \
+  set \
+  scalarproduct \
+  revocation \
+  gnsrecord \
+  namecache \
+  namestore \
+  vpn \
+  gns \
+  $(CONVERSATION_DIR) \
+  peerstore \
   fs \
-  mesh \
-  $(LINUX_DIR) \
+  exit \
+  pt \
   integration-tests \
-  $(EXP_DIR) 
+  $(EXP_DIR)