aboutsummaryrefslogtreecommitdiff
path: root/src/curl
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-08 17:02:34 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-08 17:02:34 +0200
commit34c6830882936a3aee4a7af316093e5660abc4b7 (patch)
tree94ed411d5ebf3a7bee1027aa6fba6214b9fa7441 /src/curl
parentc916182bf8061372bdf2f4c293b891c8cff641ad (diff)
downloadexchange-34c6830882936a3aee4a7af316093e5660abc4b7.tar.xz
-fix misc package build issues
Diffstat (limited to 'src/curl')
-rw-r--r--src/curl/Makefile.am2
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 \