X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=00f30adc3b838bbc5090f4949f725adc60720a95;hb=4a1f21163c041e673604813a8c48c14bf9f20222;hp=c1f9b33f9bc44c1509ca0826b982db99547dea40;hpb=c23a8589b5894048194a33c0a6dba66e085bec3e;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index c1f9b33f9..00f30adc3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,23 +6,28 @@ if HAVE_TESTING TESTING = testing TESTBED = testbed-logger testbed - CONSENSUS = consensus - SECRETSHARING = secretsharing ATS_TESTS = ats-tests endif if HAVE_EXPERIMENTAL EXP_DIR = \ - dv \ rps \ - $(CONSENSUS) \ - $(SECRETSHARING) - + multicast \ + psycutil \ + psycstore \ + psyc \ + social +# dv (FTBFS) +if HAVE_ABE + EXP_DIR += \ + abe \ + credential \ + identity-attribute \ + identity-provider endif - if HAVE_JSON -if HAVE_MHD - PROVIDER_DIR = identity-provider + EXP_DIR += \ + auction endif endif @@ -45,12 +50,16 @@ CONVERSATION_DIR = conversation endif endif +if HAVE_SQLITE + SQLITE_DIR = sq +endif + if HAVE_MYSQL MYSQL_DIR = mysql my endif if HAVE_POSTGRESQL - POSTGRES_DIR = pq postgres + POSTGRES_DIR = pq endif if HAVE_MHD @@ -60,6 +69,7 @@ if HAVE_JSON endif endif + if TALER_ONLY SUBDIRS = \ include \ @@ -73,12 +83,12 @@ SUBDIRS = \ $(REST_DIR) \ $(JSONAPI_DIR) \ hello \ - tun \ block \ statistics \ arm \ $(TESTING) \ peerinfo \ + $(SQLITE_DIR) \ $(MYSQL_DIR) \ $(POSTGRES_DIR) \ datacache \ @@ -107,6 +117,7 @@ SUBDIRS = \ peerstore \ cadet \ set \ + consensus \ scalarproduct \ revocation \ vpn \ @@ -116,13 +127,8 @@ SUBDIRS = \ fs \ exit \ pt \ + secretsharing \ integration-tests \ - multicast \ - psycutil \ - psycstore \ - psyc \ - social \ - $(EXP_DIR) \ - $(PROVIDER_DIR) + $(EXP_DIR) endif