exchange

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

commit 4c9c7482f9748236f570f92a21af0d38b6ca2d6a
parent 3cf3c580a97ac7718f5ee179e22e28719e2fb885
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 19 Apr 2019 19:07:54 +0200

Install taler-bank-transfer again.  Needed by reserve topper.

Diffstat:
Msrc/bank-lib/Makefile.am | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am @@ -6,8 +6,10 @@ if USE_COVERAGE XLIB = -lgcov endif +bin_PROGRAMS = \ + taler-bank-transfer + noinst_PROGRAMS = \ - taler-bank-transfer \ taler-fakebank-run taler_fakebank_run_SOURCES = \