- ttl is deprecated, don't warn
[oweals/gnunet.git] / src / Makefile.am
index 8746a47e25a540143ef3f5b51e872112d42af664..ae623bddc73d8ac2aa41b90695efe3ff7f5bdab7 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 #if WANT_FRAMEWORK
 #  INTLEMU_SUBDIRS = intlemu
 #endif
@@ -6,24 +7,31 @@ if HAVE_TESTING
  TESTING = testing
  TESTBED = testbed
  CONSENSUS = consensus
- EXPERIMENTATION = experimentation
- SCALARPRODUCT = scalarproduct
+ SECRETSHARING = secretsharing
+ SENSOR = sensor
+ SENSORDASHBOARD = sensordashboard
 endif
 
 if HAVE_EXPERIMENTAL
  EXP_DIR = \
+  dv \
   multicast \
   env \
+  psycstore \
   psyc \
+  rps \
+  social \
   $(CONSENSUS) \
-  $(EXPERIMENTATION)
-  # NOTE: scalarproduct is not being listed here yet as the crypto is being reworked at the moment
+  $(SECRETSHARING) \
+  $(SENSOR) \
+  $(SENSORDASHBOARD)
 endif
 
-
-if HAVE_PULSE
-if HAVE_OPUS
-  CONVERSATION_DIR = conversation
+if BUILD_PULSE_HELPERS
+CONVERSATION_DIR = conversation
+else
+if BUILD_GST_HELPERS
+CONVERSATION_DIR = conversation
 endif
 endif
 
@@ -31,10 +39,14 @@ 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) \
   util \
@@ -47,6 +59,7 @@ SUBDIRS = \
   peerinfo \
   $(MYSQL_DIR) \
   $(POSTGRES_DIR) \
+  $(REST_DIR) \
   datacache \
   datastore \
   template \
@@ -64,19 +77,21 @@ SUBDIRS = \
   hostlist \
   topology \
   regex \
-  mesh \
+  cadet \
   dns \
   identity \
   set \
-  dv \
+  scalarproduct \
   revocation \
+  gnsrecord \
+  namecache \
   namestore \
   vpn \
   gns \
   $(CONVERSATION_DIR) \
-  psycstore \
+  peerstore \
   fs \
   exit \
   pt \
   integration-tests \
-  $(EXP_DIR) 
+  $(EXP_DIR)