-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-exchange-benchmark
|
||||||
usr/bin/taler-fakebank-run
|
usr/bin/taler-fakebank-run
|
||||||
usr/bin/taler-bank-benchmark
|
usr/bin/taler-bank-benchmark
|
||||||
|
usr/bin/taler-exchange-kyc-tester
|
||||||
|
|
||||||
# Only used in test cases. Maybe these
|
# Only used in test cases. Maybe these
|
||||||
# shouldn't even be installed?
|
# 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-aggregator
|
||||||
usr/bin/taler-exchange-closer
|
usr/bin/taler-exchange-closer
|
||||||
usr/bin/taler-exchange-dbinit
|
usr/bin/taler-exchange-dbinit
|
||||||
|
usr/bin/taler-exchange-drain
|
||||||
usr/bin/taler-exchange-expire
|
usr/bin/taler-exchange-expire
|
||||||
usr/bin/taler-exchange-httpd
|
usr/bin/taler-exchange-httpd
|
||||||
usr/bin/taler-exchange-router
|
usr/bin/taler-exchange-router
|
||||||
@ -10,6 +11,7 @@ usr/bin/taler-exchange-secmod-rsa
|
|||||||
usr/bin/taler-exchange-transfer
|
usr/bin/taler-exchange-transfer
|
||||||
usr/bin/taler-exchange-wirewatch
|
usr/bin/taler-exchange-wirewatch
|
||||||
usr/bin/taler-exchange-wire-gateway-client
|
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-aggregator*
|
||||||
usr/share/man/man1/taler-exchange-closer*
|
usr/share/man/man1/taler-exchange-closer*
|
||||||
usr/share/man/man1/taler-exchange-dbinit*
|
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-bank*
|
||||||
usr/share/info/taler-exchange*
|
usr/share/info/taler-exchange*
|
||||||
usr/share/taler/config.d/*
|
usr/share/taler/config.d/*
|
||||||
|
usr/share/taler/exchange/templates/*.must
|
||||||
|
|
||||||
# configuration files in /etc/taler
|
# configuration files in /etc/taler
|
||||||
debian/etc-taler-exchange/* etc/
|
debian/etc-taler-exchange/* etc/
|
||||||
|
@ -22,8 +22,8 @@ SUBDIRS = \
|
|||||||
curl \
|
curl \
|
||||||
$(PQ_DIR) \
|
$(PQ_DIR) \
|
||||||
$(SQ_DIR) \
|
$(SQ_DIR) \
|
||||||
templating \
|
|
||||||
mhd \
|
mhd \
|
||||||
|
templating \
|
||||||
bank-lib \
|
bank-lib \
|
||||||
exchangedb \
|
exchangedb \
|
||||||
kyclogic \
|
kyclogic \
|
||||||
|
@ -68,6 +68,9 @@ libtaler_plugin_kyclogic_template_la_SOURCES = \
|
|||||||
plugin_kyclogic_template.c
|
plugin_kyclogic_template.c
|
||||||
libtaler_plugin_kyclogic_template_la_LIBADD = \
|
libtaler_plugin_kyclogic_template_la_LIBADD = \
|
||||||
$(LTLIBINTL)
|
$(LTLIBINTL)
|
||||||
|
libtaler_plugin_kyclogic_template_la_LDFLAGS = \
|
||||||
|
$(TALER_PLUGIN_LDFLAGS) \
|
||||||
|
$(XLIB)
|
||||||
|
|
||||||
libtaler_plugin_kyclogic_oauth2_la_SOURCES = \
|
libtaler_plugin_kyclogic_oauth2_la_SOURCES = \
|
||||||
plugin_kyclogic_oauth2.c
|
plugin_kyclogic_oauth2.c
|
||||||
|
@ -18,6 +18,9 @@ libtalertemplating_la_SOURCES = \
|
|||||||
mustach-jansson.c mustach-jansson.h \
|
mustach-jansson.c mustach-jansson.h \
|
||||||
templating_api.c
|
templating_api.c
|
||||||
libtalertemplating_la_LIBADD = \
|
libtalertemplating_la_LIBADD = \
|
||||||
|
$(top_builddir)/src/mhd/libtalermhd.la \
|
||||||
|
$(top_builddir)/src/util/libtalerutil.la \
|
||||||
|
-ljansson \
|
||||||
-lgnunetutil \
|
-lgnunetutil \
|
||||||
$(XLIB)
|
$(XLIB)
|
||||||
libtalertemplating_la_LDFLAGS = \
|
libtalertemplating_la_LDFLAGS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user