[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: add libtalerextensions.la to _LD
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: add libtalerextensions.la to _LDADD (two instances) |
Date: |
Sun, 20 Feb 2022 03:36:32 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new e02c850a add libtalerextensions.la to _LDADD (two instances)
e02c850a is described below
commit e02c850acf157c682fa247f5d5c27d3155f6190b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sat Feb 19 21:36:08 2022 -0500
add libtalerextensions.la to _LDADD (two instances)
* src/benchmark/Makefile.am (taler_bank_benchmark_LDADD): ...here.
* src/exchange-tools/Makefile.am (taler_auditor_offline_LDADD): Likewise.
---
src/benchmark/Makefile.am | 1 +
src/exchange-tools/Makefile.am | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/benchmark/Makefile.am b/src/benchmark/Makefile.am
index 87f1e7e5..2b569c27 100644
--- a/src/benchmark/Makefile.am
+++ b/src/benchmark/Makefile.am
@@ -37,6 +37,7 @@ taler_bank_benchmark_LDADD = \
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
$(top_builddir)/src/json/libtalerjson.la \
$(top_builddir)/src/util/libtalerutil.la \
+ $(top_builddir)/src/extensions/libtalerextensions.la \
-lgnunetjson \
-lgnunetcurl \
-lgnunetutil \
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am
index ae53cb30..15e34cb3 100644
--- a/src/exchange-tools/Makefile.am
+++ b/src/exchange-tools/Makefile.am
@@ -39,6 +39,7 @@ taler_auditor_offline_LDADD = \
$(top_builddir)/src/lib/libtalerexchange.la \
$(top_builddir)/src/json/libtalerjson.la \
$(top_builddir)/src/util/libtalerutil.la \
+ $(top_builddir)/src/extensions/libtalerextensions.la \
-lgnunetjson \
-lgnunetcurl \
-ljansson \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: add libtalerextensions.la to _LDADD (two instances),
gnunet <=