-handle new error code from enum
[oweals/gnunet.git] / src / Makefile.am
index 41866426dee7d1de2271216d803ea03b39e9f9e7..dcaedc1e8fd90ab425ac8aed880463740e93006b 100644 (file)
@@ -6,18 +6,20 @@ 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
 
 
@@ -68,7 +70,6 @@ SUBDIRS = \
   dns \
   identity \
   set \
-  dv \
   revocation \
   gnsrecord \
   namecache \