summaryrefslogtreecommitdiff
path: root/src/curl
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-31 22:13:12 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-31 22:13:12 +0100
commit0bffea1f67067f56638a36d0b7db30af09d929ac (patch)
treeee576133848fcf427cd8ee5c45a659961a4686f5 /src/curl
parent3bd6b543a170ffcb0da9b14eddf533c0a729b965 (diff)
downloadexchange-0bffea1f67067f56638a36d0b7db30af09d929ac.tar.gz
exchange-0bffea1f67067f56638a36d0b7db30af09d929ac.tar.bz2
exchange-0bffea1f67067f56638a36d0b7db30af09d929ac.zip
add missing linker options
Diffstat (limited to 'src/curl')
-rw-r--r--src/curl/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/curl/Makefile.am b/src/curl/Makefile.am
index 7ddfe4d66..f60a3806d 100644
--- a/src/curl/Makefile.am
+++ b/src/curl/Makefile.am
@@ -17,4 +17,8 @@ libtalercurl_la_SOURCES = \
libtalercurl_la_LIBADD = \
-lgnunetcurl \
-lgnunetutil \
+ $(LIBGNURLCURL_LIBS) \
+ -ljansson \
+ -lz \
+ -lm \
$(XLIB)