From 55d53d13c0ffa3ee4f0186f57b54faa971904943 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 12 Jan 2024 18:06:51 +0100 Subject: -fix Makefile.am --- src/auditordb/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am index dbbd4d1cc..573b1b980 100644 --- a/src/auditordb/Makefile.am +++ b/src/auditordb/Makefile.am @@ -108,16 +108,15 @@ libtaler_plugin_auditordb_postgres_la_SOURCES = \ pg_insert_purse_summary.h pg_insert_purse_summary.c \ pg_update_purse_summary.h pg_update_purse_summary.c \ pg_get_deposit_confirmations.h pg_get_deposit_confirmations.c -libtaler_plugin_auditordb_postgres_la_LIBADD = \ - $(LTLIBINTL) libtaler_plugin_auditordb_postgres_la_LDFLAGS = \ - $(TALER_PLUGIN_LDFLAGS) \ + $(TALER_PLUGIN_LDFLAGS) +libtaler_plugin_auditordb_postgres_la_LIBADD = \ + $(LTLIBINTL) \ $(top_builddir)/src/pq/libtalerpq.la \ $(top_builddir)/src/util/libtalerutil.la \ - -lpq \ -lgnunetpq \ -lgnunetutil \ - -lpthread \ + -lpq \ $(XLIB) lib_LTLIBRARIES = \ -- cgit v1.2.3