aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-24 20:36:28 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-24 20:36:28 +0200
commit18903294439021a77377bc63c74b284c82ad3894 (patch)
tree1210ca5395b857ae95d2d495417a0458c1f8ef81 /src/Makefile.am
parentbf99d2243fedaeb662b5d7b20138cf2ee064a110 (diff)
downloadgnunet-18903294439021a77377bc63c74b284c82ad3894.tar.gz
gnunet-18903294439021a77377bc63c74b284c82ad3894.zip
handle 204 status code
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 e1d73ab01..16df77fb4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,6 +28,7 @@ if HAVE_MHD
28 JSON_DIR = json 28 JSON_DIR = json
29endif 29endif
30endif 30endif
31if HAVE_MHD
31if HAVE_LIBGNURL 32if HAVE_LIBGNURL
32 CURL_DIR = curl 33 CURL_DIR = curl
33else 34else
@@ -35,6 +36,7 @@ if HAVE_LIBCURL
35 CURL_DIR = curl 36 CURL_DIR = curl
36endif 37endif
37endif 38endif
39endif
38 40
39if BUILD_PULSE_HELPERS 41if BUILD_PULSE_HELPERS
40CONVERSATION_DIR = conversation 42CONVERSATION_DIR = conversation