gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: add missing linker options, bonu


From: gnunet
Subject: [taler-exchange] branch master updated: add missing linker options, bonus fun
Date: Thu, 31 Dec 2020 22:23:56 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new b5534977 add missing linker options, bonus fun
b5534977 is described below

commit b5534977a354c588954c30d28e90116dc4d11d0a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Dec 31 22:23:54 2020 +0100

    add missing linker options, bonus fun
---
 src/exchangedb/Makefile.am | 1 +
 src/json/Makefile.am       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index 109ee29a..78b5827e 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -47,6 +47,7 @@ libtaler_plugin_exchangedb_postgres_la_LDFLAGS = \
   -lpthread \
   -lgnunetpq \
   -lgnunetutil \
+  -ljansson \
   $(XLIB)
 
 lib_LTLIBRARIES = \
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 = \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]