diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-04-08 17:02:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-04-08 17:02:34 +0200 |
commit | 34c6830882936a3aee4a7af316093e5660abc4b7 (patch) | |
tree | 94ed411d5ebf3a7bee1027aa6fba6214b9fa7441 /src/curl | |
parent | c916182bf8061372bdf2f4c293b891c8cff641ad (diff) |
-fix misc package build issues
Diffstat (limited to 'src/curl')
-rw-r--r-- | src/curl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curl/Makefile.am b/src/curl/Makefile.am index f60a3806d..c8f8761aa 100644 --- a/src/curl/Makefile.am +++ b/src/curl/Makefile.am @@ -17,7 +17,7 @@ libtalercurl_la_SOURCES = \ libtalercurl_la_LIBADD = \ -lgnunetcurl \ -lgnunetutil \ - $(LIBGNURLCURL_LIBS) \ + -lcurl \ -ljansson \ -lz \ -lm \ |