X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=44ee035556845ec405cb65abb1bf59aad0c5b08a;hb=cea95af17bb3bfaf65224d0ecd2db2308e333764;hp=bd039325a0fdb25622840e03a668e67a48c2042d;hpb=70c7532c4d0c684afc4158984f9a37ae7cf05ba3;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index bd039325a..44ee03555 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,8 +6,11 @@ if HAVE_TESTING TESTING = testing TESTBED = testbed CONSENSUS = consensus + SECRETSHARING = secretsharing EXPERIMENTATION = experimentation SCALARPRODUCT = scalarproduct + SENSOR = sensor + PEERSTORE = peerstore endif if HAVE_EXPERIMENTAL @@ -15,11 +18,24 @@ if HAVE_EXPERIMENTAL dv \ multicast \ env \ + psycstore \ psyc \ - conversation \ + social \ $(CONSENSUS) \ - $(EXPERIMENTATION) - # NOTE: scalarproduct is not being listed here yet as the crypto is being reworked at the moment + $(SECRETSHARING) \ + $(SCALARPRODUCT) \ + $(EXPERIMENTATION) \ + $(PEERSTORE) \ + $(SENSOR) +endif + + +if BUILD_PULSE_HELPERS +CONVERSATION_DIR = conversation +else +if BUILD_GST_HELPERS +CONVERSATION_DIR = conversation +endif endif if HAVE_MYSQL @@ -59,18 +75,19 @@ SUBDIRS = \ hostlist \ topology \ regex \ - mesh \ - lockmanager \ + cadet \ dns \ identity \ set \ revocation \ + gnsrecord \ + namecache \ namestore \ vpn \ gns \ - psycstore \ + $(CONVERSATION_DIR) \ fs \ exit \ pt \ integration-tests \ - $(EXP_DIR) + $(EXP_DIR)