If 0 max search, use r5n dht
[oweals/gnunet.git] / src / Makefile.am
index 1ef92db41ecd7c51deb16ade8a60b35edb5760cc..18f8aeef2de705d70b1e32eb4fcf504fe6073a55 100644 (file)
@@ -6,25 +6,43 @@ if HAVE_TESTING
  TESTING = testing
  TESTBED = testbed
  CONSENSUS = consensus
+ SECRETSHARING = secretsharing
  EXPERIMENTATION = experimentation
  SCALARPRODUCT = scalarproduct
+ SENSOR = sensor
+ SENSORDASHBOARD = sensordashboard
 endif
 
 if HAVE_EXPERIMENTAL
  EXP_DIR = \
   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
 
@@ -57,17 +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)