X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=6d0284157027399efe76392da01a661546ce48cb;hb=5f9face21a6ca311247c4f11a1f015691673cc9a;hp=e466cbc28f2b27b9523be634e648ca95b236bfb7;hpb=466f3fe3101c78f5219b63ca8724697757104d87;p=oweals%2Fgnunet.git diff --git a/src/Makefile.am b/src/Makefile.am index e466cbc28..6d0284157 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,13 +11,13 @@ endif if HAVE_EXPERIMENTAL EXP_DIR = \ - dv \ rps -endif - -if HAVE_JSON -if HAVE_MHD - PROVIDER_DIR = identity-provider +# dv (FTBFS) +if HAVE_ABE + EXP_DIR += abe \ + credential \ + identity-attribute \ + identity-provider endif endif @@ -49,7 +49,7 @@ if HAVE_MYSQL endif if HAVE_POSTGRESQL - POSTGRES_DIR = pq postgres + POSTGRES_DIR = pq endif if HAVE_MHD @@ -129,7 +129,6 @@ SUBDIRS = \ psyc \ social \ $(AUCTION_DIR) \ - $(EXP_DIR) \ - $(PROVIDER_DIR) + $(EXP_DIR) endif