X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=e466cbc28f2b27b9523be634e648ca95b236bfb7;hb=4e5dcb2ae364c0def3c37eb5d960ab5a73f0679c;hp=cdfd5f3077e97bd12c953e65b65e09da98ad7401;hpb=1c323bd4cbb388a9e7515a1f733a3062bf093aee;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index cdfd5f307..e466cbc28 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,28 +5,32 @@ if HAVE_TESTING TESTING = testing - TESTBED = testbed - CONSENSUS = consensus - SECRETSHARING = secretsharing - SENSOR = sensor - SENSORDASHBOARD = sensordashboard + TESTBED = testbed-logger testbed + ATS_TESTS = ats-tests endif if HAVE_EXPERIMENTAL EXP_DIR = \ dv \ - multicast \ - env \ - psycstore \ - psyc \ - rps \ - social \ - $(CONSENSUS) \ - $(SECRETSHARING) \ - $(SENSOR) \ - $(SENSORDASHBOARD) + rps endif +if HAVE_JSON +if HAVE_MHD + PROVIDER_DIR = identity-provider +endif +endif + +if HAVE_JSON + JSON_DIR = json +if HAVE_LIBGNURL + JSON_DIR += curl +else +if HAVE_LIBCURL + JSON_DIR += curl +endif +endif +endif if BUILD_PULSE_HELPERS CONVERSATION_DIR = conversation @@ -36,17 +40,41 @@ 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 = postgres + POSTGRES_DIR = pq postgres +endif + +if HAVE_MHD + REST_DIR = rest +if HAVE_JSON + JSONAPI_DIR = jsonapi +endif +endif + +if HAVE_JSON + AUCTION_DIR = auction endif +if TALER_ONLY +SUBDIRS = \ + include \ + util +else + SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ + $(JSON_DIR) \ + $(REST_DIR) \ + $(JSONAPI_DIR) \ hello \ tun \ block \ @@ -54,6 +82,7 @@ SUBDIRS = \ arm \ $(TESTING) \ peerinfo \ + $(SQLITE_DIR) \ $(MYSQL_DIR) \ $(POSTGRES_DIR) \ datacache \ @@ -61,34 +90,46 @@ SUBDIRS = \ template \ ats \ nat \ + nat-auto \ fragmentation \ transport \ ats-tool \ peerinfo-tool \ core \ $(TESTBED) \ + $(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 \ - $(EXP_DIR) + multicast \ + psycutil \ + psycstore \ + psyc \ + social \ + $(AUCTION_DIR) \ + $(EXP_DIR) \ + $(PROVIDER_DIR) -# ats-tests +endif