aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-05-03 15:10:26 +0200
committerChristian Grothoff <christian@grothoff.org>2019-05-03 15:10:46 +0200
commit4444fb80284aa86fe24f3640a0b1e4c841a98f9a (patch)
tree17ef4a5b51f2ff51b476e28f8aa6443b29f8b5ac /src/Makefile.am
parentafe1bb7673a350d86228e2d916e346e27e4fe7a6 (diff)
downloadgnunet-4444fb80284aa86fe24f3640a0b1e4c841a98f9a.tar.gz
gnunet-4444fb80284aa86fe24f3640a0b1e4c841a98f9a.zip
add test for json_mhd.c logic
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ab8731fc2..5ae328f9a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,6 +23,7 @@ if HAVE_JSON
23endif 23endif
24endif 24endif
25 25
26if HAVE_MHD
26if HAVE_JSON 27if HAVE_JSON
27 JSON_DIR = json 28 JSON_DIR = json
28if HAVE_LIBGNURL 29if HAVE_LIBGNURL
@@ -33,6 +34,7 @@ if HAVE_LIBCURL
33endif 34endif
34endif 35endif
35endif 36endif
37endif
36 38
37if BUILD_PULSE_HELPERS 39if BUILD_PULSE_HELPERS
38CONVERSATION_DIR = conversation 40CONVERSATION_DIR = conversation