aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-12 14:14:32 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-12 14:14:32 +0100
commit832097c144ba7495ac1d966135dacc5a5fef8de7 (patch)
treeb698758e6cb67ad46ea51fd9f585e2a068fa7d3b
parent07289fd919aa7886627ef515a92123cf35908ade (diff)
downloadexchange-832097c144ba7495ac1d966135dacc5a5fef8de7.tar.xz
-add missing library dependencies for clean build
-rw-r--r--debian/libtalerexchange-dev.install4
-rw-r--r--debian/taler-exchange.install2
-rw-r--r--src/kyclogic/Makefile.am5
3 files changed, 11 insertions, 0 deletions
diff --git a/debian/libtalerexchange-dev.install b/debian/libtalerexchange-dev.install
index f9b8c8509..45e6d6ac9 100644
--- a/debian/libtalerexchange-dev.install
+++ b/debian/libtalerexchange-dev.install
@@ -10,6 +10,10 @@ usr/bin/taler-exchange-kyc-tester
usr/bin/taler-nexus-prepare
usr/bin/taler-bank-manage-testing
+# Man pages
+usr/share/man/man1/taler-exchange-kyc-tester*
+
+
# Headers
usr/include/taler/*
diff --git a/debian/taler-exchange.install b/debian/taler-exchange.install
index 6cdec0879..725dd6de1 100644
--- a/debian/taler-exchange.install
+++ b/debian/taler-exchange.install
@@ -12,9 +12,11 @@ usr/bin/taler-exchange-transfer
usr/bin/taler-exchange-wirewatch
usr/bin/taler-exchange-wire-gateway-client
usr/lib/*/taler/libtaler_plugin_kyclogic_*.so
+usr/lib/*/taler/libtaler_extension_*.so
usr/share/man/man1/taler-exchange-aggregator*
usr/share/man/man1/taler-exchange-closer*
usr/share/man/man1/taler-exchange-dbinit*
+usr/share/man/man1/taler-exchange-drain*
usr/share/man/man1/taler-exchange-expire*
usr/share/man/man1/taler-exchange-httpd*
usr/share/man/man1/taler-exchange-router*
diff --git a/src/kyclogic/Makefile.am b/src/kyclogic/Makefile.am
index a88c3c49b..c45424178 100644
--- a/src/kyclogic/Makefile.am
+++ b/src/kyclogic/Makefile.am
@@ -25,6 +25,7 @@ libtalerkyclogic_la_SOURCES = \
kyclogic_api.c
libtalerkyclogic_la_LIBADD = \
$(top_builddir)/src/util/libtalerutil.la \
+ -ljansson \
-lgnunetutil \
$(XLIB)
libtalerkyclogic_la_LDFLAGS = \
@@ -69,6 +70,7 @@ libtaler_plugin_kyclogic_template_la_LIBADD = \
$(LTLIBINTL)
libtaler_plugin_kyclogic_template_la_LDFLAGS = \
$(TALER_PLUGIN_LDFLAGS) \
+ -lgnunetutil \
$(XLIB)
libtaler_plugin_kyclogic_oauth2_la_SOURCES = \
@@ -83,6 +85,7 @@ libtaler_plugin_kyclogic_oauth2_la_LDFLAGS = \
-lgnunetcurl \
-lgnunetjson \
-lgnunetutil \
+ -lmicrohttpd \
-ljansson \
-lcurl \
$(XLIB)
@@ -100,6 +103,7 @@ libtaler_plugin_kyclogic_kycaid_la_LDFLAGS = \
-lgnunetcurl \
-lgnunetjson \
-lgnunetutil \
+ -lmicrohttpd \
-ljansson \
-lcurl \
$(XLIB)
@@ -121,6 +125,7 @@ libtaler_plugin_kyclogic_persona_la_LDFLAGS = \
-lgnunetcurl \
-lgnunetjson \
-lgnunetutil \
+ -lmicrohttpd \
-ljansson \
-lcurl \
$(XLIB)