If 0 max search, use r5n dht
[oweals/gnunet.git] / src / Makefile.am
index c724e3ed0bcec0b8bc26921f77ad7d18ee2b3039..18f8aeef2de705d70b1e32eb4fcf504fe6073a55 100644 (file)
@@ -6,8 +6,11 @@ if HAVE_TESTING
  TESTING = testing
  TESTBED = testbed
  CONSENSUS = consensus
+ SECRETSHARING = secretsharing
  EXPERIMENTATION = experimentation
  SCALARPRODUCT = scalarproduct
+ SENSOR = sensor
+ SENSORDASHBOARD = sensordashboard
 endif
 
 if HAVE_EXPERIMENTAL
@@ -15,17 +18,31 @@ if HAVE_EXPERIMENTAL
   dv \
   multicast \
   env \
+  psycstore \
   psyc \
+  social \
   $(CONSENSUS) \
-  $(EXPERIMENTATION)
-  # NOTE: scalarproduct is not being listed here yet as the crypto is being reworked at the moment
+  $(SECRETSHARING) \
+  $(SCALARPRODUCT) \
+  $(EXPERIMENTATION) \
+  $(SENSOR) \
+  $(SENSORDASHBOARD)
+endif
+
+
+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
 
@@ -58,18 +75,20 @@ SUBDIRS = \
   hostlist \
   topology \
   regex \
-  mesh \
-  lockmanager \
+  cadet \
   dns \
   identity \
   set \
   revocation \
+  gnsrecord \
+  namecache \
   namestore \
   vpn \
   gns \
-  psycstore \
+  $(CONVERSATION_DIR) \
+  peerstore \
   fs \
   exit \
   pt \
   integration-tests \
-  $(EXP_DIR) 
+  $(EXP_DIR)