gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/03: -fix Makefile.am


From: gnunet
Subject: [taler-exchange] 02/03: -fix Makefile.am
Date: Fri, 12 Jan 2024 19:07:52 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 55d53d13c0ffa3ee4f0186f57b54faa971904943
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 12 18:06:51 2024 +0100

    -fix Makefile.am
---
 src/auditordb/Makefile.am | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

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 = \

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