correctly detect curl/json with missing mhd
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Fri, 13 Dec 2019 13:00:17 +0000 (14:00 +0100)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Fri, 13 Dec 2019 13:00:17 +0000 (14:00 +0100)
src/Makefile.am

index 09d1761001a924e1e7bbd157c94666116e3e2972..1bcc1ae7b150db3885a45553d228edddce518547 100644 (file)
@@ -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) \