projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d554b80
)
correctly detect curl/json with missing mhd
author
Schanzenbach, Martin
<mschanzenbach@posteo.de>
Fri, 13 Dec 2019 13:00:17 +0000
(14:00 +0100)
committer
Schanzenbach, Martin
<mschanzenbach@posteo.de>
Fri, 13 Dec 2019 13:00:17 +0000
(14:00 +0100)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 09d1761001a924e1e7bbd157c94666116e3e2972..1bcc1ae7b150db3885a45553d228edddce518547 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-24,13
+24,15
@@
endif
endif
if HAVE_JSON
+if HAVE_MHD
JSON_DIR = json
+endif
+endif
if HAVE_LIBGNURL
-
JSON_DIR +
= curl
+
CURL_DIR
= curl
else
if HAVE_LIBCURL
- JSON_DIR += curl
-endif
+ CURL_DIR = curl
endif
endif
@@
-81,6
+83,7
@@
SUBDIRS = \
arm \
$(TESTING) \
$(JSON_DIR) \
+ $(CURL_DIR) \
$(REST_DIR) \
peerinfo \
$(SQLITE_DIR) \