aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 11:55:04 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 11:55:04 +0200
commitb089b3c07cb9a38f18e58225d93e1335f24ced17 (patch)
tree8df17078d46333d25140a72e4e9c3719085465f7 /src/Makefile.am
parent331a6079913db5e630c113b0e022c9587499d177 (diff)
downloadgnunet-b089b3c07cb9a38f18e58225d93e1335f24ced17.tar.gz
gnunet-b089b3c07cb9a38f18e58225d93e1335f24ced17.zip
introduce have_rest; fix warnings
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 c769ac5af..4642b6215 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -58,11 +58,9 @@ if HAVE_POSTGRESQL
58 POSTGRES_DIR = pq 58 POSTGRES_DIR = pq
59endif 59endif
60 60
61if HAVE_MHD 61if HAVE_REST
62if HAVE_JSON
63 REST_DIR = rest 62 REST_DIR = rest
64endif 63endif
65endif
66 64
67 65
68SUBDIRS = \ 66SUBDIRS = \