gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix multiple definitions of sam


From: gnunet
Subject: [taler-exchange] branch master updated: -fix multiple definitions of same variable in Makefile.am
Date: Tue, 10 Jan 2023 15:24:05 +0100

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 63e222d0 -fix multiple definitions of same variable in Makefile.am
63e222d0 is described below

commit 63e222d049da100a3cb39f938882d4852ae94f60
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Tue Jan 10 15:24:01 2023 +0100

    -fix multiple definitions of same variable in Makefile.am
---
 src/exchangedb/Makefile.am | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index ef069c3c..ddb899a0 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]