exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

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

fix typo: use var names ‘taler_auditor_sync_LDFLAGS’, ‘taler_auditor_sync_CPPFLAGS’

Diffstat:
Msrc/auditor/Makefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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)