merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 4a3c1737dbcd16859a8f7dae1c54a3f85bc8f72a
parent 4b83e2e23ce5c1eb015019b2a5c93c5a3aa9afff
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 20 Dec 2019 23:51:17 +0100

more dist fixes

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

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am @@ -140,6 +140,8 @@ test_merchant_api_LDADD = \ EXTRA_DIST = \ test_merchant_api.conf \ test_merchant_api_twisted.conf \ + test_merchant_api_proxy_merchant.conf \ + test_merchant_api_proxy_exchange.conf \ test_merchant_api_home/.local/share/taler/exchange/offline-keys/master.priv \ test_merchant_api_home/.config/taler/exchange/account-2.json \ test_merchant_api_home/.config/taler/merchant/wire/test.json \