aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 946711797..5582c178b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,9 +19,11 @@ if HAVE_EXPERIMENTAL
19 19
20endif 20endif
21 21
22if HAVE_REST 22if HAVE_JSON
23if HAVE_MHD
23 PROVIDER_DIR = identity-provider 24 PROVIDER_DIR = identity-provider
24endif 25endif
26endif
25 27
26if HAVE_JSON 28if HAVE_JSON
27 JSON_DIR = json 29 JSON_DIR = json
@@ -50,7 +52,7 @@ if HAVE_POSTGRESQL
50 POSTGRES_DIR = pq postgres 52 POSTGRES_DIR = pq postgres
51endif 53endif
52 54
53if HAVE_REST 55if HAVE_MHD
54 REST_DIR = rest 56 REST_DIR = rest
55if HAVE_JSON 57if HAVE_JSON
56 JSONAPI_DIR = jsonapi 58 JSONAPI_DIR = jsonapi