gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix build issues


From: gnunet
Subject: [taler-exchange] branch master updated: -fix build issues
Date: Mon, 20 Jun 2022 15:17:38 +0200

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 3d660340 -fix build issues
3d660340 is described below

commit 3d660340939a6e4394b8f8ecd53ae7955e47eeae
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 20 15:17:35 2022 +0200

    -fix build issues
---
 debian/libtalerexchange.install | 1 +
 doc/Makefile.am                 | 3 +++
 doc/prebuilt                    | 2 +-
 src/exchange-tools/Makefile.am  | 1 -
 src/extensions/Makefile.am      | 3 +++
 src/testing/Makefile.am         | 1 +
 6 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/libtalerexchange.install b/debian/libtalerexchange.install
index 35961e82..62dd84a6 100644
--- a/debian/libtalerexchange.install
+++ b/debian/libtalerexchange.install
@@ -5,5 +5,6 @@ usr/share/taler/config.d/paths.conf
 usr/share/taler/config.d/taler.conf
 debian/etc-libtalerexchange/* etc/
 usr/bin/taler-config
+usr/bin/taler-crypto-worker
 usr/share/man/man5/taler.conf.5
 usr/share/man/man1/taler-config*
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 70f10c34..edb226a8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -21,10 +21,13 @@ man_MANS = \
   prebuilt/man/taler-exchange-benchmark.1  \
   prebuilt/man/taler-exchange-closer.1     \
   prebuilt/man/taler-exchange-dbinit.1  \
+  prebuilt/man/taler-exchange-expire.1  \
   prebuilt/man/taler-exchange-httpd.1       \
   prebuilt/man/taler-exchange-offline.1    \
+  prebuilt/man/taler-exchange-secmod-cs.1\
   prebuilt/man/taler-exchange-secmod-eddsa.1\
   prebuilt/man/taler-exchange-secmod-rsa.1 \
+  prebuilt/man/taler-exchange-router.1\
   prebuilt/man/taler-exchange-transfer.1\
   prebuilt/man/taler-exchange-wirewatch.1   \
   prebuilt/man/taler-exchange-wire-gateway-client.1\
diff --git a/doc/prebuilt b/doc/prebuilt
index 74d9c44e..1ed97b23 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit 74d9c44ebc257a3d8b9c2c0a806508bd0cc5269a
+Subproject commit 1ed97b23f19c80fa84b21a5eb0c686d5491e8ec6
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am
index 15e34cb3..8e779008 100644
--- a/src/exchange-tools/Makefile.am
+++ b/src/exchange-tools/Makefile.am
@@ -68,7 +68,6 @@ taler_crypto_worker_LDADD = \
   -lgnunetutil \
   -lgnunetjson \
   -ljansson \
-  -lpthread \
   $(LIBGCRYPT_LIBS) \
   $(XLIB)
 
diff --git a/src/extensions/Makefile.am b/src/extensions/Makefile.am
index 792b7eeb..5d4ed128 100644
--- a/src/extensions/Makefile.am
+++ b/src/extensions/Makefile.am
@@ -25,6 +25,9 @@ libtalerextensions_la_SOURCES = \
   extension_age_restriction.c
 
 libtalerextensions_la_LIBADD = \
+  $(top_builddir)/src/json/libtalerjson.la \
+  $(top_builddir)/src/util/libtalerutil.la \
   -lgnunetjson \
+  -lgnunetutil \
   -ljansson \
   $(XLIB)
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index fb628aed..96b26473 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -120,6 +120,7 @@ libtalertesting_la_LIBADD = \
   -lgnunetjson \
   -lgnunetutil \
   -ljansson \
+  -lmicrohttpd \
   $(XLIB)
 
 

-- 
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]