gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix typo: use var names ‘taler_a


From: gnunet
Subject: [taler-exchange] branch master updated: fix typo: use var names ‘taler_auditor_sync_LDFLAGS’, ‘taler_auditor_sync_CPPFLAGS’
Date: Mon, 08 Mar 2021 08:24:05 +0100

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

ttn pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 20bce1bc fix typo: use var names ‘taler_auditor_sync_LDFLAGS’, 
‘taler_auditor_sync_CPPFLAGS’
20bce1bc is described below

commit 20bce1bc8edb0438db1aaf4b4d4f7ffa9be03307
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon Mar 8 02:23:26 2021 -0500

    fix typo: use var names ‘taler_auditor_sync_LDFLAGS’, 
‘taler_auditor_sync_CPPFLAGS’
---
 src/auditor/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am
index 8d5b7cf1..1a62fa98 100644
--- a/src/auditor/Makefile.am
+++ b/src/auditor/Makefile.am
@@ -180,9 +180,9 @@ taler_auditor_sync_LDADD = \
   $(top_builddir)/src/exchangedb/libtalerexchangedb.la \
   -lgnunetutil \
   $(XLIB)
-taler_auditor_dbinit_LDFLAGS = \
+taler_auditor_sync_LDFLAGS = \
   $(POSTGRESQL_LDFLAGS)
-taler_auditor_dbinit_CPPFLAGS = \
+taler_auditor_sync_CPPFLAGS = \
   -I$(top_srcdir)/src/include \
   -I$(top_srcdir)/src/pq/ \
   $(POSTGRESQL_CPPFLAGS)

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