X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=e95fdb222e98536110a8d45dfa4bbadc12b1148d;hb=fdbe690beeec04066f18302401096eb5212c3f6a;hp=41866426dee7d1de2271216d803ea03b39e9f9e7;hpb=608eb4de09b1033c24ee5b6ad095399e375ac511;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index 41866426d..e95fdb222 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,8 +6,8 @@ if HAVE_TESTING TESTING = testing TESTBED = testbed CONSENSUS = consensus + SECRETSHARING = secretsharing EXPERIMENTATION = experimentation - SCALARPRODUCT = scalarproduct endif if HAVE_EXPERIMENTAL @@ -16,8 +16,8 @@ if HAVE_EXPERIMENTAL env \ psyc \ $(CONSENSUS) \ + $(SECRETSHARING) \ $(EXPERIMENTATION) - # NOTE: scalarproduct is not being listed here yet as the crypto is being reworked at the moment endif @@ -73,6 +73,7 @@ SUBDIRS = \ gnsrecord \ namecache \ namestore \ + scalarproduct \ vpn \ gns \ $(CONVERSATION_DIR) \