gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (50069fb8 -> 9c3fd5df)


From: gnunet
Subject: [taler-exchange] branch master updated (50069fb8 -> 9c3fd5df)
Date: Fri, 12 Jan 2024 19:07:50 +0100

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

grothoff pushed a change to branch master
in repository exchange.

    from 50069fb8 -missed an instance of api usage in commit a6b35ee
     new 46401853 -fix makefile.am
     new 55d53d13 -fix Makefile.am
     new 9c3fd5df -fix Makefile.am

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 contrib/gana               |  2 +-
 src/auditordb/Makefile.am  |  9 ++++-----
 src/exchangedb/Makefile.am | 10 ++++------
 3 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 9eddc2cf..0ff4edfe 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 9eddc2cf7b65bb43d285c75ef22fd9bc9cc7020e
+Subproject commit 0ff4edfe76be77a59d4ebff5031feb50f3ba07d8
diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am
index dbbd4d1c..573b1b98 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 = \
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 89e6d9c9..4febbfb1 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 = \

-- 
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]