-preparations for replacement of try_connect call
[oweals/gnunet.git] / src / Makefile.am
index 84fdcc0573883bb2249411bdb2cc8decafe624ab..76997918fa8768929c2a80a774e1bba013702fc5 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 #if WANT_FRAMEWORK
 #  INTLEMU_SUBDIRS = intlemu
 #endif
@@ -7,24 +8,34 @@ if HAVE_TESTING
  TESTBED = testbed
  CONSENSUS = consensus
  SECRETSHARING = secretsharing
- EXPERIMENTATION = experimentation
+ SENSOR = sensor
+ SENSORDASHBOARD = sensordashboard
 endif
 
 if HAVE_EXPERIMENTAL
  EXP_DIR = \
-  scalarproduct \
+  dv \
   multicast \
   env \
+  psycstore \
   psyc \
-  $(CONSENSUS) \
+  rps \
+  social \
+       $(CONSENSUS) \
   $(SECRETSHARING) \
-  $(EXPERIMENTATION)
+  $(SENSOR) \
+  $(SENSORDASHBOARD)
 endif
 
+if HAVE_REST
+       EXP_DIR += identity-token
+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
 
@@ -32,13 +43,24 @@ if HAVE_MYSQL
  MYSQL_DIR = mysql
 endif
 
-if HAVE_POSTGRES
+if HAVE_POSTGRESQL
  POSTGRES_DIR = postgres
 endif
 
+if HAVE_REST
+ REST_DIR = rest
+endif
+
+if TALER_ONLY
+SUBDIRS = \
+ include \
+ util
+else
+
 SUBDIRS = \
   include $(INTLEMU_SUBDIRS) \
   util \
+       $(REST_DIR) \
   hello \
   tun \
   block \
@@ -65,11 +87,11 @@ SUBDIRS = \
   hostlist \
   topology \
   regex \
-  mesh \
+  cadet \
   dns \
   identity \
   set \
-  dv \
+  scalarproduct \
   revocation \
   gnsrecord \
   namecache \
@@ -77,9 +99,11 @@ SUBDIRS = \
   vpn \
   gns \
   $(CONVERSATION_DIR) \
-  psycstore \
+  peerstore \
   fs \
   exit \
   pt \
   integration-tests \
   $(EXP_DIR)
+
+endif