exchange

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

commit 672a76e9e33a420898b39931a261c5d5830540a4
parent 8af89ff197715427763c1c80d62d96e517760434
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 20 Dec 2019 20:34:39 +0100

add missing files

Diffstat:
Msrc/lib/Makefile.am | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am @@ -281,6 +281,9 @@ test_auditor_api_version_LDADD = \ EXTRA_DIST = \ test_exchange_api_home/.local/share/taler/exchange/offline-keys/master.priv \ + test_exchange_api_home/.config/taler/account-2.json \ + test_exchange_api_keys_cherry_picking_home/.config/taler/x-taler-bank.json \ + test_exchange_api_keys_cherry_picking_home/.local/share/taler/exchange/wirefees/x-taler-bank.fee \ test_exchange_api_home/.config/taler/test.json \ test_exchange_api_home/.config/taler/sepa.json \ test_exchange_api.conf \