diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-30 08:17:37 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-30 08:17:37 +0000 |
commit | 95f9076a2139f5fb042b944a0658b6cda2fa35db (patch) | |
tree | b0826a2a1dcf812e6b4450fe6b05d47cd53ae49d /src/curl | |
parent | 7746f68db77b9ca3c4aaca24ab2ce5253461240b (diff) |
implementing new scheduler shutdown semantics
Diffstat (limited to 'src/curl')
-rw-r--r-- | src/curl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/curl/Makefile.am b/src/curl/Makefile.am index 4bdd030397..9867ba6341 100644 --- a/src/curl/Makefile.am +++ b/src/curl/Makefile.am @@ -17,6 +17,7 @@ libgnunetcurl_la_SOURCES = \ libgnunetcurl_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ -ljansson \ + -lcurl \ $(XLIB) #check_PROGRAMS = \ |