- hunting 3214
[oweals/gnunet.git] / src / Makefile.am
index 97b643f5c59a66e590efece3cb2cc2f25642d922..84fdcc0573883bb2249411bdb2cc8decafe624ab 100644 (file)
@@ -6,27 +6,28 @@ if HAVE_TESTING
  TESTING = testing
  TESTBED = testbed
  CONSENSUS = consensus
+ SECRETSHARING = secretsharing
  EXPERIMENTATION = experimentation
- SCALARPRODUCT = scalarproduct
 endif
 
 if HAVE_EXPERIMENTAL
  EXP_DIR = \
-  dv \
+  scalarproduct \
   multicast \
   env \
   psyc \
   $(CONSENSUS) \
+  $(SECRETSHARING) \
   $(EXPERIMENTATION)
-  # NOTE: scalarproduct is not being listed here yet as the crypto is being reworked at the moment
+endif
+
+
 if HAVE_PULSE
 if HAVE_OPUS
-  EXP_DIR += conversation
+  CONVERSATION_DIR = conversation
 endif
 endif
 
-endif
-
 if HAVE_MYSQL
  MYSQL_DIR = mysql
 endif
@@ -65,17 +66,20 @@ SUBDIRS = \
   topology \
   regex \
   mesh \
-  lockmanager \
   dns \
   identity \
   set \
+  dv \
   revocation \
+  gnsrecord \
+  namecache \
   namestore \
   vpn \
   gns \
+  $(CONVERSATION_DIR) \
   psycstore \
   fs \
   exit \
   pt \
   integration-tests \
-  $(EXP_DIR) 
+  $(EXP_DIR)