exchange

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

commit 8d558cbe27f9ba5bcbcec6b5b1f455bf01056d56
parent 5f6d867469bd5ae89be12dabd05e7457ba736c22
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 13 Jan 2020 23:13:55 +0100

remove old library dependency

Diffstat:
Msrc/exchange/Makefile.am | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am @@ -31,7 +31,6 @@ taler_exchange_aggregator_LDADD = \ $(top_builddir)/src/json/libtalerjson.la \ $(top_builddir)/src/util/libtalerutil.la \ $(top_builddir)/src/bank-lib/libtalerbank.la \ - $(top_builddir)/src/wire/libtalerwire.la \ $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ -ljansson \ -lgnunetcurl \