summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
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/lib/Makefile.am
parentc916182bf8061372bdf2f4c293b891c8cff641ad (diff)
downloadexchange-34c6830882936a3aee4a7af316093e5660abc4b7.tar.gz
exchange-34c6830882936a3aee4a7af316093e5660abc4b7.tar.bz2
exchange-34c6830882936a3aee4a7af316093e5660abc4b7.zip
-fix misc package build issues
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 0afbc1361..63dab7c80 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -87,8 +87,8 @@ libtalerexchange_la_LIBADD = \
-lgnunetjson \
-lgnunetutil \
-ljansson \
+ -lcurl \
-lm \
- $(LIBGNURLCURL_LIBS) \
$(XLIB)
libtalerauditor_la_LDFLAGS = \
@@ -106,8 +106,8 @@ libtalerauditor_la_LIBADD = \
-lgnunetjson \
-lgnunetutil \
-ljansson \
+ -lcurl \
-lm \
- $(LIBGNURLCURL_LIBS) \
$(XLIB)