diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:13:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:13:12 +0100 |
commit | 0bffea1f67067f56638a36d0b7db30af09d929ac (patch) | |
tree | ee576133848fcf427cd8ee5c45a659961a4686f5 /src/auditordb | |
parent | 3bd6b543a170ffcb0da9b14eddf533c0a729b965 (diff) |
add missing linker options
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am index 66e9de791..92aabcd31 100644 --- a/src/auditordb/Makefile.am +++ b/src/auditordb/Makefile.am @@ -43,6 +43,7 @@ libtaler_plugin_auditordb_postgres_la_LDFLAGS = \ -lpq \ -lgnunetpq \ -lgnunetutil \ + -lpthread \ $(XLIB) lib_LTLIBRARIES = \ |