aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5ae328f9a..13cca2adc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,6 +59,7 @@ endif
59if HAVE_MHD 59if HAVE_MHD
60if HAVE_JSON 60if HAVE_JSON
61 REST_DIR = rest 61 REST_DIR = rest
62 RECLAIM_DIR = reclaim-attribute reclaim
62endif 63endif
63endif 64endif
64 65
@@ -121,8 +122,7 @@ SUBDIRS = \
121 exit \ 122 exit \
122 pt \ 123 pt \
123 secretsharing \ 124 secretsharing \
124 reclaim-attribute \ 125 $(RECLAIM_DIR) \
125 reclaim \
126 $(EXP_DIR) \ 126 $(EXP_DIR) \
127 integration-tests 127 integration-tests
128 128