aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 03738e4ed..c1c708aa6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -60,7 +60,7 @@ endif
60 60
61if HAVE_MHD 61if HAVE_MHD
62if HAVE_JSON 62if HAVE_JSON
63 REST_DIR = rest rest-plugins 63 REST_DIR = rest
64endif 64endif
65endif 65endif
66 66
@@ -81,6 +81,8 @@ SUBDIRS = \
81 statistics \ 81 statistics \
82 arm \ 82 arm \
83 $(TESTING) \ 83 $(TESTING) \
84 $(JSON_DIR) \
85 $(REST_DIR) \
84 peerinfo \ 86 peerinfo \
85 $(SQLITE_DIR) \ 87 $(SQLITE_DIR) \
86 $(MYSQL_DIR) \ 88 $(MYSQL_DIR) \
@@ -121,9 +123,7 @@ SUBDIRS = \
121 exit \ 123 exit \
122 pt \ 124 pt \
123 secretsharing \ 125 secretsharing \
124 $(EXP_DIR) \ 126 $(EXP_DIR) \
125 $(JSON_DIR) \
126 $(REST_DIR) \
127 integration-tests 127 integration-tests
128 128
129endif 129endif