diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-12-07 22:37:28 +0900 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-12-07 22:37:28 +0900 |
commit | 423fa3cc9bd45de2cad0d0919aecf3df6a614a58 (patch) | |
tree | 2e88bcaf7ff04cef19026519181dbecc91dda7f4 /src/lib | |
parent | 9d404969834f57375fee95edf7a6455f487989c5 (diff) |
-fix linker issues
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 230dfba21..1291fd3a4 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -87,6 +87,7 @@ libtalerexchange_la_LIBADD = \ -lgnunetjson \ -lgnunetutil \ -ljansson \ + -lm \ $(LIBGNURLCURL_LIBS) \ $(XLIB) |