-fix debian package

This commit is contained in:
Christian Grothoff 2022-09-26 19:58:22 +02:00
parent f9c94efc7f
commit 326f99266e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
5 changed files with 11 additions and 1 deletions

View File

@ -3,6 +3,7 @@ usr/bin/taler-aggregator-benchmark
usr/bin/taler-exchange-benchmark
usr/bin/taler-fakebank-run
usr/bin/taler-bank-benchmark
usr/bin/taler-exchange-kyc-tester
# Only used in test cases. Maybe these
# shouldn't even be installed?

View File

@ -1,6 +1,7 @@
usr/bin/taler-exchange-aggregator
usr/bin/taler-exchange-closer
usr/bin/taler-exchange-dbinit
usr/bin/taler-exchange-drain
usr/bin/taler-exchange-expire
usr/bin/taler-exchange-httpd
usr/bin/taler-exchange-router
@ -10,6 +11,7 @@ usr/bin/taler-exchange-secmod-rsa
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/share/man/man1/taler-exchange-aggregator*
usr/share/man/man1/taler-exchange-closer*
usr/share/man/man1/taler-exchange-dbinit*
@ -26,6 +28,7 @@ usr/share/man/man1/taler-exchange-wire-gateway-client*
usr/share/info/taler-bank*
usr/share/info/taler-exchange*
usr/share/taler/config.d/*
usr/share/taler/exchange/templates/*.must
# configuration files in /etc/taler
debian/etc-taler-exchange/* etc/

View File

@ -22,8 +22,8 @@ SUBDIRS = \
curl \
$(PQ_DIR) \
$(SQ_DIR) \
templating \
mhd \
templating \
bank-lib \
exchangedb \
kyclogic \

View File

@ -68,6 +68,9 @@ libtaler_plugin_kyclogic_template_la_SOURCES = \
plugin_kyclogic_template.c
libtaler_plugin_kyclogic_template_la_LIBADD = \
$(LTLIBINTL)
libtaler_plugin_kyclogic_template_la_LDFLAGS = \
$(TALER_PLUGIN_LDFLAGS) \
$(XLIB)
libtaler_plugin_kyclogic_oauth2_la_SOURCES = \
plugin_kyclogic_oauth2.c

View File

@ -18,6 +18,9 @@ libtalertemplating_la_SOURCES = \
mustach-jansson.c mustach-jansson.h \
templating_api.c
libtalertemplating_la_LIBADD = \
$(top_builddir)/src/mhd/libtalermhd.la \
$(top_builddir)/src/util/libtalerutil.la \
-ljansson \
-lgnunetutil \
$(XLIB)
libtalertemplating_la_LDFLAGS = \