aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-05-05 09:13:47 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-05-05 09:13:47 +0000
commite2e045f3fef2231c435ae7dacbb5e947a0193a20 (patch)
treeb7e82a64747f01328ec7bbc621ac0bef9af1a839 /src/Makefile.am
parentebcc6d29c91f2091950e53820f98c2a95bca3a7a (diff)
downloadgnunet-e2e045f3fef2231c435ae7dacbb5e947a0193a20.tar.gz
gnunet-e2e045f3fef2231c435ae7dacbb5e947a0193a20.zip
- remove HAVE_REST, remove json reference from rest
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