gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated (5f42c3f -> 57d029f)


From: gnunet
Subject: [taler-anastasis] branch master updated (5f42c3f -> 57d029f)
Date: Fri, 12 Jan 2024 19:09:57 +0100

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

grothoff pushed a change to branch master
in repository anastasis.

    from 5f42c3f  -fix warning
     new 668d3d4  -fix Makefile.am
     new 57d029f  -fix Makefile.am

The 2 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/stasis/Makefile.am | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index e9015f6..8368009 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit e9015f67dd6674680a0137b6ef8a04e08a8613e3
+Subproject commit 836800945d80db9c0160a10a84edc1a086339187
diff --git a/src/stasis/Makefile.am b/src/stasis/Makefile.am
index b487bcf..0197f0e 100644
--- a/src/stasis/Makefile.am
+++ b/src/stasis/Makefile.am
@@ -59,16 +59,16 @@ libanastasisdb_la_LDFLAGS = \
 
 libanastasis_plugin_db_postgres_la_SOURCES = \
   plugin_anastasis_postgres.c
-libanastasis_plugin_db_postgres_la_LIBADD = \
-  $(LTLIBINTL)
 libanastasis_plugin_db_postgres_la_LDFLAGS = \
+  $(ANASTASIS_PLUGIN_LDFLAGS)
+libanastasis_plugin_db_postgres_la_LIBADD = \
+  $(LTLIBINTL) \
   $(top_builddir)/src/util/libanastasisutil.la \
-  $(ANASTASIS_PLUGIN_LDFLAGS) \
-  -lgnunetpq \
-  -lpq \
   -ltalerpq \
   -ltalerutil \
+  -lgnunetpq \
   -lgnunetutil \
+  -lpq \
   $(XLIB)
 
 check_PROGRAMS = \

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