gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sync] branch master updated: -fix Makefile.am


From: gnunet
Subject: [taler-sync] branch master updated: -fix Makefile.am
Date: Fri, 12 Jan 2024 19:08:27 +0100

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

grothoff pushed a commit to branch master
in repository sync.

The following commit(s) were added to refs/heads/master by this push:
     new 451106f  -fix Makefile.am
451106f is described below

commit 451106fe8a5874018cbc5d4b56ccbf17a6ee825e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 12 18:08:25 2024 +0100

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

diff --git a/src/syncdb/Makefile.am b/src/syncdb/Makefile.am
index ef7fd46..09b577c 100644
--- a/src/syncdb/Makefile.am
+++ b/src/syncdb/Makefile.am
@@ -58,14 +58,14 @@ libsyncdb_la_LDFLAGS = \
 
 libsync_plugin_db_postgres_la_SOURCES = \
   plugin_syncdb_postgres.c
-libsync_plugin_db_postgres_la_LIBADD = \
-  $(LTLIBINTL)
 libsync_plugin_db_postgres_la_LDFLAGS = \
-  $(SYNC_PLUGIN_LDFLAGS) \
-  -lgnunetpq \
-  -lpq \
+  $(SYNC_PLUGIN_LDFLAGS)
+libsync_plugin_db_postgres_la_LIBADD = \
+  $(LTLIBINTL) \
   -ltalerpq \
+  -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]