aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-17 15:09:23 +0000
committerChristian Grothoff <christian@grothoff.org>2016-04-17 15:09:23 +0000
commit16642c4cb25faae335591b39795c71dedbeb37f1 (patch)
tree99eced0e91cb1455f4dc5afd1fd3918259aa5dd3 /src/Makefile.am
parentda7b8273d9f2229fe163ef4fbdcf046fb6227b73 (diff)
downloadgnunet-16642c4cb25faae335591b39795c71dedbeb37f1.tar.gz
gnunet-16642c4cb25faae335591b39795c71dedbeb37f1.zip
adding libgnunetcurl
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f38dd19d3..5244c795d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,6 +24,13 @@ endif
24 24
25if HAVE_JSON 25if HAVE_JSON
26 JSON_DIR = json 26 JSON_DIR = json
27if HAVE_LIBGNURL
28 JSON_DIR += curl
29else
30if HAVE_LIBCURL
31 JSON_DIR += curl
32endif
33endif
27endif 34endif
28 35
29if BUILD_PULSE_HELPERS 36if BUILD_PULSE_HELPERS