commit 775e3c225cf1a8eba97dc3a5f285bb17d35615fd parent 5b8a02d94f9415533b68b89bb04479f302b52f7b Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 12 Jan 2024 18:02:24 +0100 fix linker issues Diffstat:
| M | src/donaudb/Makefile.am | | | 12 | +++++------- |
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/src/donaudb/Makefile.am b/src/donaudb/Makefile.am @@ -92,19 +92,17 @@ libtaler_plugin_donaudb_postgres_la_SOURCES = \ libtaler_plugin_donaudb_postgres_la_LIBADD = \ - $(LTLIBINTL) -libtaler_plugin_donaudb_postgres_la_LDFLAGS = \ - $(TALER_PLUGIN_LDFLAGS) \ + $(LTLIBINTL) \ $(top_builddir)/src/util/libdonauutil.la \ - -ltalerjson \ + -ltalerpq \ -ltalerutil \ -lgnunetpq \ -lgnunetutil \ -lpq \ - -ltalerpq \ - -ljansson \ - -lpthread \ $(XLIB) +libtaler_plugin_donaudb_postgres_la_LDFLAGS = \ + $(TALER_PLUGIN_LDFLAGS) + lib_LTLIBRARIES = \ libdonaudb.la