diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-12 18:06:51 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-12 18:06:54 +0100 |
commit | 55d53d13c0ffa3ee4f0186f57b54faa971904943 (patch) | |
tree | d26eb502833339df2b2b1d78d1211c6febbf6215 /src/auditordb | |
parent | 464018530cfd7532994eceae138fa26ee9defddf (diff) |
-fix Makefile.am
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
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 = \ |