diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:13:12 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:13:12 +0100 |
| commit | 0bffea1f67067f56638a36d0b7db30af09d929ac (patch) | |
| tree | ee576133848fcf427cd8ee5c45a659961a4686f5 /src/curl | |
| parent | 3bd6b543a170ffcb0da9b14eddf533c0a729b965 (diff) | |
add missing linker options
Diffstat (limited to 'src/curl')
| -rw-r--r-- | src/curl/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/curl/Makefile.am b/src/curl/Makefile.am index 7ddfe4d6..f60a3806 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) |
