diff options
-rw-r--r-- | src/exchangedb/Makefile.am | 1 | ||||
-rw-r--r-- | src/json/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index 109ee29a4..78b5827e6 100644 --- 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 index d7c569d60..71175b2b3 100644 --- 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 = \ |