merchant

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

commit 27bf43c4075ca03c500a6d3643fe575d910a202c
parent 687e8c324f6f506a5ce7967890b7beb0943280d6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 11 Oct 2019 23:35:49 +0200

turn teah_common.c into libtalercurl, fixes many ugly issues in build system

Diffstat:
Msrc/lib/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am @@ -29,9 +29,9 @@ libtalermerchant_la_SOURCES = \ merchant_api_refund.c \ merchant_api_check_payment.c \ merchant_api_tip_query.c - libtalermerchant_la_LIBADD = \ -ltalerexchange \ + -ltalercurl \ -ltalerjson \ -ltalerutil \ -lgnunetcurl \