exchange

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

commit 1431ee90ed0b63ad87c7ed89421b0e1bd438f960
parent 46047a6c142fd802d918ca5e6201ce0c7d9f17c0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  6 Aug 2018 15:24:32 +0200

fix link

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

diff --git a/src/exchange-lib/Makefile.am b/src/exchange-lib/Makefile.am @@ -73,6 +73,7 @@ libtalertesting_la_SOURCES = \ testing_api_trait_amount.c \ testing_api_trait_cmd.c libtalertesting_la_LIBADD = \ + libtalerexchange.la \ $(top_builddir)/src/wire/libtalerwire.la \ $(top_builddir)/src/json/libtalerjson.la \ $(top_builddir)/src/util/libtalerutil.la \