X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=09d1761001a924e1e7bbd157c94666116e3e2972;hb=e9ad4ee3550aeb0ff67fd98ddebafbd5f54dad3d;hp=d8d5487066c4ab969753104ea86e183e2e1a35dc;hpb=a4186fc2fd00b3fe2899bffcdbbbf8fead31115f;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index d8d548706..09d176100 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,22 +12,14 @@ endif if HAVE_EXPERIMENTAL EXP_DIR = \ rps \ - multicast \ - psycutil \ - psycstore \ - psyc \ - social -# dv (FTBFS) + abd if HAVE_ABE EXP_DIR += \ - abe \ - credential \ - identity-attribute \ - identity-provider + abe endif if HAVE_JSON EXP_DIR += \ - auction + auction endif endif @@ -63,9 +55,11 @@ if HAVE_POSTGRESQL endif if HAVE_MHD - REST_DIR = rest if HAVE_JSON - JSONAPI_DIR = jsonapi + REST_DIR = rest + RECLAIM_DIR = \ + reclaim-attribute \ + reclaim endif endif @@ -79,15 +73,15 @@ else SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ - $(JSON_DIR) \ - $(REST_DIR) \ - $(JSONAPI_DIR) \ + nt \ + gnsrecord \ hello \ - tun \ block \ statistics \ arm \ $(TESTING) \ + $(JSON_DIR) \ + $(REST_DIR) \ peerinfo \ $(SQLITE_DIR) \ $(MYSQL_DIR) \ @@ -95,6 +89,7 @@ SUBDIRS = \ datacache \ datastore \ template \ + peerstore \ ats \ nat \ nat-auto \ @@ -112,10 +107,8 @@ SUBDIRS = \ regex \ dns \ identity \ - gnsrecord \ namecache \ namestore \ - peerstore \ cadet \ set \ consensus \ @@ -129,7 +122,8 @@ SUBDIRS = \ exit \ pt \ secretsharing \ - integration-tests \ - $(EXP_DIR) + $(RECLAIM_DIR) \ + $(EXP_DIR) \ + integration-tests endif