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, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 16df77fb4..c769ac5af 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,8 +61,6 @@ endif
61if HAVE_MHD 61if HAVE_MHD
62if HAVE_JSON 62if HAVE_JSON
63 REST_DIR = rest 63 REST_DIR = rest
64 RECLAIM_DIR = \
65 reclaim
66endif 64endif
67endif 65endif
68 66
@@ -120,6 +118,6 @@ SUBDIRS = \
120 exit \ 118 exit \
121 pt \ 119 pt \
122 secretsharing \ 120 secretsharing \
123 $(RECLAIM_DIR) \ 121 reclaim \
124 $(EXP_DIR) \ 122 $(EXP_DIR) \
125 integration-tests 123 integration-tests