-fix debian package
This commit is contained in:
parent
f9c94efc7f
commit
326f99266e
1
debian/libtalerexchange-dev.install
vendored
1
debian/libtalerexchange-dev.install
vendored
@ -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?
|
||||
|
3
debian/taler-exchange.install
vendored
3
debian/taler-exchange.install
vendored
@ -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/
|
||||
|
@ -22,8 +22,8 @@ SUBDIRS = \
|
||||
curl \
|
||||
$(PQ_DIR) \
|
||||
$(SQ_DIR) \
|
||||
templating \
|
||||
mhd \
|
||||
templating \
|
||||
bank-lib \
|
||||
exchangedb \
|
||||
kyclogic \
|
||||
|
@ -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
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user