aboutsummaryrefslogtreecommitdiff
path: root/src/curl/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/curl/Makefile.am
parentbf99d2243fedaeb662b5d7b20138cf2ee064a110 (diff)
downloadgnunet-18903294439021a77377bc63c74b284c82ad3894.tar.gz
gnunet-18903294439021a77377bc63c74b284c82ad3894.zip
handle 204 status code
Diffstat (limited to 'src/curl/Makefile.am')
-rw-r--r--src/curl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curl/Makefile.am b/src/curl/Makefile.am
index ed5819dee..c6b350bc7 100644
--- a/src/curl/Makefile.am
+++ b/src/curl/Makefile.am
@@ -32,7 +32,7 @@ libgnunetcurl_la_LIBADD = \
32 $(LIB_GNURL) \ 32 $(LIB_GNURL) \
33 $(XLIB) 33 $(XLIB)
34libgnunetcurl_la_CPPFLAGS = \ 34libgnunetcurl_la_CPPFLAGS = \
35 $(CPP_GNURL) $(AM_CPPFLAGS) 35 $(CPP_GNURL) $(AM_CPPFLAGS) $(MHD_CFLAGS)
36 36
37#check_PROGRAMS = \ 37#check_PROGRAMS = \
38# test_curl 38# test_curl