exchange

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

commit 341e08b3dd0385d0af069c9137b5bdf598d0bcc7
parent 7d980d2793a6a9ba559b79a60135ba136b90cb68
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 21 Mar 2019 18:44:53 +0100

Makefile.

Do not install, but get to compile the utility
command 'taler-fakebank-run'.

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

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