exchange

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

commit 03c97c46ccd2cf94ce0b121929de3133a57aca97
parent 92da4e81006404494f6443781c8f55249e723847
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 13 Apr 2026 17:58:50 +0200

fix build

Diffstat:
Msrc/mhd/meson.build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd/meson.build b/src/mhd/meson.build @@ -119,7 +119,7 @@ if mhd2_dep.found() libtalermhd2_src = [ 'mhd2.c', - 'mhd2_config.c', + 'mhd_config.c', 'mhd2_legal.c', 'mhd2_responses.c', 'mhd2_run.c',