X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=e466cbc28f2b27b9523be634e648ca95b236bfb7;hb=50034dd9abff47b5e81a5d91128fd3cb6ae906d5;hp=5244c795d1ee721613a74169dec3d2ab83f2a286;hpb=16642c4cb25faae335591b39795c71dedbeb37f1;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index 5244c795d..e466cbc28 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,22 +5,21 @@ if HAVE_TESTING TESTING = testing - TESTBED = testbed - CONSENSUS = consensus - SECRETSHARING = secretsharing + TESTBED = testbed-logger testbed + ATS_TESTS = ats-tests endif if HAVE_EXPERIMENTAL EXP_DIR = \ dv \ - rps \ - $(CONSENSUS) \ - $(SECRETSHARING) + rps endif -if HAVE_REST +if HAVE_JSON +if HAVE_MHD PROVIDER_DIR = identity-provider endif +endif if HAVE_JSON JSON_DIR = json @@ -41,16 +40,27 @@ CONVERSATION_DIR = conversation endif endif +if HAVE_SQLITE + SQLITE_DIR = sq +endif + if HAVE_MYSQL - MYSQL_DIR = mysql + MYSQL_DIR = mysql my endif if HAVE_POSTGRESQL POSTGRES_DIR = pq postgres endif -if HAVE_REST +if HAVE_MHD REST_DIR = rest +if HAVE_JSON + JSONAPI_DIR = jsonapi +endif +endif + +if HAVE_JSON + AUCTION_DIR = auction endif if TALER_ONLY @@ -64,6 +74,7 @@ SUBDIRS = \ util \ $(JSON_DIR) \ $(REST_DIR) \ + $(JSONAPI_DIR) \ hello \ tun \ block \ @@ -71,6 +82,7 @@ SUBDIRS = \ arm \ $(TESTING) \ peerinfo \ + $(SQLITE_DIR) \ $(MYSQL_DIR) \ $(POSTGRES_DIR) \ datacache \ @@ -78,40 +90,45 @@ SUBDIRS = \ template \ ats \ nat \ + nat-auto \ fragmentation \ transport \ ats-tool \ peerinfo-tool \ core \ $(TESTBED) \ - ats-tests \ + $(ATS_TESTS) \ nse \ dht \ hostlist \ topology \ regex \ - cadet \ dns \ identity \ - set \ - scalarproduct \ - revocation \ gnsrecord \ namecache \ namestore \ + peerstore \ + cadet \ + set \ + consensus \ + scalarproduct \ + revocation \ vpn \ gns \ + zonemaster \ $(CONVERSATION_DIR) \ - peerstore \ fs \ exit \ pt \ + secretsharing \ integration-tests \ multicast \ psycutil \ psycstore \ psyc \ social \ + $(AUCTION_DIR) \ $(EXP_DIR) \ $(PROVIDER_DIR)