gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 01/02: -fix Makefile.am


From: gnunet
Subject: [taler-anastasis] 01/02: -fix Makefile.am
Date: Fri, 12 Jan 2024 19:09:58 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

commit 668d3d4ae3ae55df503ad1aba6122ec221ac309c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 12 18:09:31 2024 +0100

    -fix Makefile.am
---
 src/stasis/Makefile.am | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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]