aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am29
1 files changed, 15 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6d0284157..d8d548706 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,13 +11,23 @@ endif
11 11
12if HAVE_EXPERIMENTAL 12if HAVE_EXPERIMENTAL
13 EXP_DIR = \ 13 EXP_DIR = \
14 rps 14 rps \
15 multicast \
16 psycutil \
17 psycstore \
18 psyc \
19 social
15# dv (FTBFS) 20# dv (FTBFS)
16if HAVE_ABE 21if HAVE_ABE
17 EXP_DIR += abe \ 22 EXP_DIR += \
18 credential \ 23 abe \
19 identity-attribute \ 24 credential \
20 identity-provider 25 identity-attribute \
26 identity-provider
27endif
28if HAVE_JSON
29 EXP_DIR += \
30 auction
21endif 31endif
22endif 32endif
23 33
@@ -59,9 +69,6 @@ if HAVE_JSON
59endif 69endif
60endif 70endif
61 71
62if HAVE_JSON
63 AUCTION_DIR = auction
64endif
65 72
66if TALER_ONLY 73if TALER_ONLY
67SUBDIRS = \ 74SUBDIRS = \
@@ -123,12 +130,6 @@ SUBDIRS = \
123 pt \ 130 pt \
124 secretsharing \ 131 secretsharing \
125 integration-tests \ 132 integration-tests \
126 multicast \
127 psycutil \
128 psycstore \
129 psyc \
130 social \
131 $(AUCTION_DIR) \
132 $(EXP_DIR) 133 $(EXP_DIR)
133 134
134endif 135endif