exchange

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

commit d2bc28aee686dc2f6f92ce24a0d51d9368aa8a25
parent 7eb0f35dca7aac6e312086f81cec22da4a56e0a9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 24 Feb 2020 13:49:15 +0100

add missing flags for coverage analysis

Diffstat:
Msrc/benchmark/Makefile.am | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am @@ -26,7 +26,8 @@ taler_exchange_benchmark_LDADD = \ -lgnunetjson \ -lgnunetcurl \ -lgnunetutil \ - -ljansson + -ljansson \ + $(XLIB) EXTRA_DIST = \ benchmark.conf \