summaryrefslogtreecommitdiff
path: root/src/exchangedb/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-31 22:13:12 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-31 22:13:12 +0100
commit0bffea1f67067f56638a36d0b7db30af09d929ac (patch)
treeee576133848fcf427cd8ee5c45a659961a4686f5 /src/exchangedb/Makefile.am
parent3bd6b543a170ffcb0da9b14eddf533c0a729b965 (diff)
downloadexchange-0bffea1f67067f56638a36d0b7db30af09d929ac.tar.gz
exchange-0bffea1f67067f56638a36d0b7db30af09d929ac.tar.bz2
exchange-0bffea1f67067f56638a36d0b7db30af09d929ac.zip
add missing linker options
Diffstat (limited to 'src/exchangedb/Makefile.am')
-rw-r--r--src/exchangedb/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 582030b53..5333cbda5 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -59,6 +59,7 @@ libtalerexchangedb_la_LIBADD = \
$(top_builddir)/src/bank-lib/libtalerbank.la \
$(top_builddir)/src/util/libtalerutil.la \
-lgnunetutil \
+ -lpthread \
$(XLIB)
libtalerexchangedb_la_LDFLAGS = \
$(POSTGRESQL_LDFLAGS) \