aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-12 18:06:10 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-12 18:06:54 +0100
commit464018530cfd7532994eceae138fa26ee9defddf (patch)
tree086b4410240e97a8855ab16f6722a6ff5a7f846d /src/exchangedb
parent50069fb8286897769bcaa564998f09e2a9da7d73 (diff)
downloadexchange-464018530cfd7532994eceae138fa26ee9defddf.tar.xz
-fix makefile.am
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/Makefile.am10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 89e6d9c9a..4febbfb17 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -254,18 +254,16 @@ libtaler_plugin_exchangedb_postgres_la_SOURCES = \
pg_select_account_merges_above_serial_id.h pg_select_account_merges_above_serial_id.c \
pg_select_all_purse_decisions_above_serial_id.h pg_select_all_purse_decisions_above_serial_id.c \
pg_select_reserve_open_above_serial_id.c pg_select_reserve_open_above_serial_id.h
-libtaler_plugin_exchangedb_postgres_la_LIBADD = \
- $(LTLIBINTL)
libtaler_plugin_exchangedb_postgres_la_LDFLAGS = \
- $(TALER_PLUGIN_LDFLAGS) \
+ $(TALER_PLUGIN_LDFLAGS)
+libtaler_plugin_exchangedb_postgres_la_LIBADD = \
+ $(LTLIBINTL) \
$(top_builddir)/src/pq/libtalerpq.la \
- $(top_builddir)/src/json/libtalerjson.la \
$(top_builddir)/src/util/libtalerutil.la \
- -lpq \
- -lpthread \
-lgnunetpq \
-lgnunetutil \
-ljansson \
+ -lpq \
$(XLIB)
lib_LTLIBRARIES = \