X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=ab8731fc27354c1756aefd6f2ae935f0213a2606;hb=342619bf17d389e4305c9ee72b609059706a8023;hp=39cbaa8936890225b43ec1f2f464cdf978984fee;hpb=2770964bdd8f33c081e3b22c7295e7949e525188;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index 39cbaa893..ab8731fc2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,24 +12,14 @@ endif if HAVE_EXPERIMENTAL EXP_DIR = \ rps \ - multicast \ - psycutil \ - psycstore \ - psyc \ - social -# dv (FTBFS) + credential if HAVE_ABE -if HAVE_JSON EXP_DIR += \ - abe \ - credential \ - reclaim-attribute \ - reclaim -endif + abe endif if HAVE_JSON EXP_DIR += \ - auction + auction endif endif @@ -66,7 +56,7 @@ endif if HAVE_MHD if HAVE_JSON - REST_DIR = rest rest-plugins + REST_DIR = rest endif endif @@ -80,12 +70,15 @@ else SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ + nt \ gnsrecord \ hello \ block \ statistics \ arm \ $(TESTING) \ + $(JSON_DIR) \ + $(REST_DIR) \ peerinfo \ $(SQLITE_DIR) \ $(MYSQL_DIR) \ @@ -93,6 +86,7 @@ SUBDIRS = \ datacache \ datastore \ template \ + peerstore \ ats \ nat \ nat-auto \ @@ -112,7 +106,6 @@ SUBDIRS = \ identity \ namecache \ namestore \ - peerstore \ cadet \ set \ consensus \ @@ -126,9 +119,9 @@ SUBDIRS = \ exit \ pt \ secretsharing \ - $(EXP_DIR) \ - $(JSON_DIR) \ - $(REST_DIR) \ - integration-tests + reclaim-attribute \ + reclaim \ + $(EXP_DIR) \ + integration-tests endif