[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix linker and packaging issues
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix linker and packaging issues |
Date: |
Mon, 16 Dec 2024 17:57:58 +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 4a3778995 fix linker and packaging issues
4a3778995 is described below
commit 4a37789954cbb504565c8d044c926d3fe6e1eaff
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Dec 16 17:57:55 2024 +0100
fix linker and packaging issues
---
debian/taler-auditor.install | 2 +-
debian/taler-exchange.install | 2 ++
src/exchangedb/Makefile.am | 2 ++
src/kyclogic/Makefile.am | 3 ++-
src/testing/Makefile.am | 1 +
5 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/taler-auditor.install b/debian/taler-auditor.install
index fcf14a74c..0418de4bb 100644
--- a/debian/taler-auditor.install
+++ b/debian/taler-auditor.install
@@ -10,7 +10,7 @@ usr/share/man/man*/taler-helper-auditor*
usr/share/info/taler-auditor*
-usr/share/taler-auditor/config.d/auditor*
+usr/share/taler-auditor/config.d/*
usr/share/taler-auditor/sql/*
usr/share/taler-auditor/spa/*
diff --git a/debian/taler-exchange.install b/debian/taler-exchange.install
index 4fb74a482..e3439dc53 100644
--- a/debian/taler-exchange.install
+++ b/debian/taler-exchange.install
@@ -60,6 +60,8 @@ usr/share/man/man5/taler-exchange.conf.5
# Info pages
usr/share/info/taler-exchange.info
+usr/share/info/taler-exchange-figures/exchange-db.png
+usr/share/info/taler-exchange-figures/kyc-process.png
# Dynamically loaded extensions / plugins
usr/lib/*/taler-exchange/libtaler_plugin_kyclogic_*.so
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am
index ab78ae576..8830a5174 100644
--- a/src/exchangedb/Makefile.am
+++ b/src/exchangedb/Makefile.am
@@ -356,6 +356,8 @@ libtalerexchangedb_la_LIBADD = \
$(top_builddir)/src/util/libtalerutil.la \
-lgnunetjson \
-lgnunetutil \
+ -ljansson \
+ -lcurl \
$(XLIB)
libtalerexchangedb_la_LDFLAGS = \
$(POSTGRESQL_LDFLAGS) \
diff --git a/src/kyclogic/Makefile.am b/src/kyclogic/Makefile.am
index 4cf0f70ff..63283be05 100644
--- a/src/kyclogic/Makefile.am
+++ b/src/kyclogic/Makefile.am
@@ -47,8 +47,9 @@ libtalerkyclogic_la_SOURCES = \
libtalerkyclogic_la_LIBADD = \
$(top_builddir)/src/json/libtalerjson.la \
$(top_builddir)/src/util/libtalerutil.la \
- -ljansson \
+ -lgnunetjson \
-lgnunetutil \
+ -ljansson \
$(XLIB)
libtalerkyclogic_la_LDFLAGS = \
-version-info 1:0:0 \
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 178e3eeab..fa9c02ab3 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -140,6 +140,7 @@ libtalertesting_la_LIBADD = \
-lgnunetutil \
-ljansson \
-lmicrohttpd \
+ -lcurl \
$(XLIB)
--
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: fix linker and packaging issues,
gnunet <=