diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-06 17:02:24 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-06 17:02:24 +0200 |
commit | 8ac8eee350804bd2d6d5642bd223eaa47129b37d (patch) | |
tree | 5e85adb4d3ca0660cf54286e4e38a28cff13a974 /src/util/Makefile.am | |
parent | e8c7d10820b2d72ab2e047992d2fff7c10b3b942 (diff) |
pow needs libm
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 5dff7e8bc..e94c64a35 100644 --- 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 \ |