diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:23:54 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:23:54 +0100 |
commit | b5534977a354c588954c30d28e90116dc4d11d0a (patch) | |
tree | d484191942a634b653696e8eb6a69e0273d4919d /src/json | |
parent | f82488c060ea980b1da69a022f26658526575547 (diff) | |
download | exchange-b5534977a354c588954c30d28e90116dc4d11d0a.tar.gz exchange-b5534977a354c588954c30d28e90116dc4d11d0a.tar.bz2 exchange-b5534977a354c588954c30d28e90116dc4d11d0a.zip |
add missing linker options, bonus fun
Diffstat (limited to 'src/json')
-rw-r--r-- | src/json/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am index d7c569d6..71175b2b 100644 --- a/src/json/Makefile.am +++ b/src/json/Makefile.am @@ -22,6 +22,7 @@ libtalerjson_la_LIBADD = \ $(top_builddir)/src/util/libtalerutil.la \ -lgnunetutil \ -ljansson \ + -lm \ $(XLIB) TESTS = \ |