add missing linker options, bonus fun

This commit is contained in:
Christian Grothoff 2020-12-31 22:23:54 +01:00
parent f82488c060
commit b5534977a3
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ libtaler_plugin_exchangedb_postgres_la_LDFLAGS = \
-lpthread \
-lgnunetpq \
-lgnunetutil \
-ljansson \
$(XLIB)
lib_LTLIBRARIES = \

View File

@ -22,6 +22,7 @@ libtalerjson_la_LIBADD = \
$(top_builddir)/src/util/libtalerutil.la \
-lgnunetutil \
-ljansson \
-lm \
$(XLIB)
TESTS = \