exchange

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

commit 8ac8eee350804bd2d6d5642bd223eaa47129b37d
parent e8c7d10820b2d72ab2e047992d2fff7c10b3b942
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  6 Sep 2021 17:02:24 +0200

pow needs libm

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

diff --git a/src/util/Makefile.am b/src/util/Makefile.am @@ -86,7 +86,8 @@ libtalerutil_la_SOURCES = \ libtalerutil_la_LIBADD = \ -lgnunetutil \ $(LIBGCRYPT_LIBS) \ - -lmicrohttpd $(XLIB) + -lmicrohttpd $(XLIB) \ + -lm libtalerutil_la_LDFLAGS = \ -version-info 0:0:0 \