diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:22:19 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:22:19 +0100 |
commit | f82488c060ea980b1da69a022f26658526575547 (patch) | |
tree | 0e6c172171075dc4e2c871aa5454ec37d3314b84 /src/exchangedb | |
parent | 0bffea1f67067f56638a36d0b7db30af09d929ac (diff) |
add missing linker options, bonus fun
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index 5333cbda5..109ee29a4 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -44,6 +44,7 @@ libtaler_plugin_exchangedb_postgres_la_LDFLAGS = \ $(top_builddir)/src/pq/libtalerpq.la \ $(top_builddir)/src/util/libtalerutil.la \ -lpq \ + -lpthread \ -lgnunetpq \ -lgnunetutil \ $(XLIB) @@ -59,7 +60,6 @@ libtalerexchangedb_la_LIBADD = \ $(top_builddir)/src/bank-lib/libtalerbank.la \ $(top_builddir)/src/util/libtalerutil.la \ -lgnunetutil \ - -lpthread \ $(XLIB) libtalerexchangedb_la_LDFLAGS = \ $(POSTGRESQL_LDFLAGS) \ |