aboutsummaryrefslogtreecommitdiff
path: root/src/curl
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-30 08:17:37 +0000
committerChristian Grothoff <christian@grothoff.org>2016-04-30 08:17:37 +0000
commit95f9076a2139f5fb042b944a0658b6cda2fa35db (patch)
treeb0826a2a1dcf812e6b4450fe6b05d47cd53ae49d /src/curl
parent7746f68db77b9ca3c4aaca24ab2ce5253461240b (diff)
downloadgnunet-95f9076a2139f5fb042b944a0658b6cda2fa35db.tar.gz
gnunet-95f9076a2139f5fb042b944a0658b6cda2fa35db.zip
implementing new scheduler shutdown semantics
Diffstat (limited to 'src/curl')
-rw-r--r--src/curl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/curl/Makefile.am b/src/curl/Makefile.am
index 4bdd03039..9867ba634 100644
--- a/src/curl/Makefile.am
+++ b/src/curl/Makefile.am
@@ -17,6 +17,7 @@ libgnunetcurl_la_SOURCES = \
17libgnunetcurl_la_LIBADD = \ 17libgnunetcurl_la_LIBADD = \
18 $(top_builddir)/src/util/libgnunetutil.la \ 18 $(top_builddir)/src/util/libgnunetutil.la \
19 -ljansson \ 19 -ljansson \
20 -lcurl \
20 $(XLIB) 21 $(XLIB)
21 22
22#check_PROGRAMS = \ 23#check_PROGRAMS = \