summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-01-10 15:24:01 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-01-10 15:24:01 +0100
commit63e222d049da100a3cb39f938882d4852ae94f60 (patch)
treef03a2ec7208fb67dd973705966359ed9bbeaa648
parent1df72de087db8e2a0696fc5d8b8c3b1f8f3c8e80 (diff)
downloadexchange-63e222d049da100a3cb39f938882d4852ae94f60.tar.gz
exchange-63e222d049da100a3cb39f938882d4852ae94f60.tar.bz2
exchange-63e222d049da100a3cb39f938882d4852ae94f60.zip
-fix multiple definitions of same variable in Makefile.am
-rw-r--r--src/exchangedb/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index ef069c3cf..ddb899a0a 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -353,7 +353,6 @@ bench_db_postgres_LDADD = \
-lgnunetutil \
$(XLIB)
-
test_exchangedb_batch_reserves_in_insert_postgres_SOURCES = \
test_exchangedb_batch_reserves_in_insert.c
test_exchangedb_batch_reserves_in_insert_postgres_LDADD = \
@@ -366,16 +365,6 @@ test_exchangedb_batch_reserves_in_insert_postgres_LDADD = \
-lgnunetutil \
$(XLIB)
-bench_db_postgres_SOURCES = \
- bench_db.c
-bench_db_postgres_LDADD = \
- libtalerexchangedb.la \
- $(top_builddir)/src/util/libtalerutil.la \
- $(top_builddir)/src/pq/libtalerpq.la \
- -lgnunetpq \
- -lgnunetutil \
- $(XLIB)
-
test_exchangedb_populate_table_postgres_SOURCES = \
test_exchangedb_populate_table.c
test_exchangedb_populate_table_postgres_LDADD = \
@@ -388,15 +377,5 @@ test_exchangedb_populate_table_postgres_LDADD = \
-lgnunetutil \
$(XLIB)
-bench_db_postgres_SOURCES = \
- bench_db.c
-bench_db_postgres_LDADD = \
- libtalerexchangedb.la \
- $(top_builddir)/src/util/libtalerutil.la \
- $(top_builddir)/src/pq/libtalerpq.la \
- -lgnunetpq \
- -lgnunetutil \
- $(XLIB)
-
EXTRA_test_exchangedb_postgres_DEPENDENCIES = \
libtaler_plugin_exchangedb_postgres.la