aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c1c708aa6..b16792e15 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,19 +11,17 @@ endif
11 11
12if HAVE_EXPERIMENTAL 12if HAVE_EXPERIMENTAL
13 EXP_DIR = \ 13 EXP_DIR = \
14 rps 14 rps \
15 credential \
16 reclaim-attribute \
17 reclaim
15if HAVE_ABE 18if HAVE_ABE
16if HAVE_JSON
17 EXP_DIR += \ 19 EXP_DIR += \
18 abe \ 20 abe \
19 credential \
20 reclaim-attribute \
21 reclaim
22endif
23endif 21endif
24if HAVE_JSON 22if HAVE_JSON
25 EXP_DIR += \ 23 EXP_DIR += \
26 auction 24 auction
27endif 25endif
28endif 26endif
29 27