commit b5534977a354c588954c30d28e90116dc4d11d0a
parent f82488c060ea980b1da69a022f26658526575547
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 31 Dec 2020 22:23:54 +0100
add missing linker options, bonus fun
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
@@ -47,6 +47,7 @@ libtaler_plugin_exchangedb_postgres_la_LDFLAGS = \
-lpthread \
-lgnunetpq \
-lgnunetutil \
+ -ljansson \
$(XLIB)
lib_LTLIBRARIES = \
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
@@ -22,6 +22,7 @@ libtalerjson_la_LIBADD = \
$(top_builddir)/src/util/libtalerutil.la \
-lgnunetutil \
-ljansson \
+ -lm \
$(XLIB)
TESTS = \