diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:23:54 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:23:54 +0100 |
commit | b5534977a354c588954c30d28e90116dc4d11d0a (patch) | |
tree | d484191942a634b653696e8eb6a69e0273d4919d | |
parent | f82488c060ea980b1da69a022f26658526575547 (diff) |
add missing linker options, bonus fun
-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 = \ |