merchant

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

commit f22904ce8e0c196e46a9da68932e5c1fd524391c
parent 827885b79207fe55ef8cfbe42b441ecc21440833
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu, 10 Apr 2025 12:53:07 +0200

fix link

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

diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -190,6 +190,11 @@ test_merchant_api_cs_LDADD = \ -ljansson \ $(XLIB) +if HAVE_DONAU +test_merchant_api_cs_LDADD += \ + -ldonautesting +endif + test_merchant_api_rsa_SOURCES = \ test_merchant_api.c test_merchant_api_rsa_LDADD = \ @@ -210,6 +215,11 @@ test_merchant_api_rsa_LDADD = \ -ljansson \ $(XLIB) +if HAVE_DONAU +test_merchant_api_rsa_LDADD += \ + -ldonautesting +endif + test_kyc_api_SOURCES = \ test_kyc_api.c test_kyc_api_LDADD = \