-add missing library dependencies for clean build
This commit is contained in:
parent
07289fd919
commit
832097c144
4
debian/libtalerexchange-dev.install
vendored
4
debian/libtalerexchange-dev.install
vendored
@ -10,6 +10,10 @@ usr/bin/taler-exchange-kyc-tester
|
|||||||
usr/bin/taler-nexus-prepare
|
usr/bin/taler-nexus-prepare
|
||||||
usr/bin/taler-bank-manage-testing
|
usr/bin/taler-bank-manage-testing
|
||||||
|
|
||||||
|
# Man pages
|
||||||
|
usr/share/man/man1/taler-exchange-kyc-tester*
|
||||||
|
|
||||||
|
|
||||||
# Headers
|
# Headers
|
||||||
usr/include/taler/*
|
usr/include/taler/*
|
||||||
|
|
||||||
|
2
debian/taler-exchange.install
vendored
2
debian/taler-exchange.install
vendored
@ -12,9 +12,11 @@ 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/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-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*
|
||||||
|
usr/share/man/man1/taler-exchange-drain*
|
||||||
usr/share/man/man1/taler-exchange-expire*
|
usr/share/man/man1/taler-exchange-expire*
|
||||||
usr/share/man/man1/taler-exchange-httpd*
|
usr/share/man/man1/taler-exchange-httpd*
|
||||||
usr/share/man/man1/taler-exchange-router*
|
usr/share/man/man1/taler-exchange-router*
|
||||||
|
@ -25,6 +25,7 @@ libtalerkyclogic_la_SOURCES = \
|
|||||||
kyclogic_api.c
|
kyclogic_api.c
|
||||||
libtalerkyclogic_la_LIBADD = \
|
libtalerkyclogic_la_LIBADD = \
|
||||||
$(top_builddir)/src/util/libtalerutil.la \
|
$(top_builddir)/src/util/libtalerutil.la \
|
||||||
|
-ljansson \
|
||||||
-lgnunetutil \
|
-lgnunetutil \
|
||||||
$(XLIB)
|
$(XLIB)
|
||||||
libtalerkyclogic_la_LDFLAGS = \
|
libtalerkyclogic_la_LDFLAGS = \
|
||||||
@ -69,6 +70,7 @@ libtaler_plugin_kyclogic_template_la_LIBADD = \
|
|||||||
$(LTLIBINTL)
|
$(LTLIBINTL)
|
||||||
libtaler_plugin_kyclogic_template_la_LDFLAGS = \
|
libtaler_plugin_kyclogic_template_la_LDFLAGS = \
|
||||||
$(TALER_PLUGIN_LDFLAGS) \
|
$(TALER_PLUGIN_LDFLAGS) \
|
||||||
|
-lgnunetutil \
|
||||||
$(XLIB)
|
$(XLIB)
|
||||||
|
|
||||||
libtaler_plugin_kyclogic_oauth2_la_SOURCES = \
|
libtaler_plugin_kyclogic_oauth2_la_SOURCES = \
|
||||||
@ -83,6 +85,7 @@ libtaler_plugin_kyclogic_oauth2_la_LDFLAGS = \
|
|||||||
-lgnunetcurl \
|
-lgnunetcurl \
|
||||||
-lgnunetjson \
|
-lgnunetjson \
|
||||||
-lgnunetutil \
|
-lgnunetutil \
|
||||||
|
-lmicrohttpd \
|
||||||
-ljansson \
|
-ljansson \
|
||||||
-lcurl \
|
-lcurl \
|
||||||
$(XLIB)
|
$(XLIB)
|
||||||
@ -100,6 +103,7 @@ libtaler_plugin_kyclogic_kycaid_la_LDFLAGS = \
|
|||||||
-lgnunetcurl \
|
-lgnunetcurl \
|
||||||
-lgnunetjson \
|
-lgnunetjson \
|
||||||
-lgnunetutil \
|
-lgnunetutil \
|
||||||
|
-lmicrohttpd \
|
||||||
-ljansson \
|
-ljansson \
|
||||||
-lcurl \
|
-lcurl \
|
||||||
$(XLIB)
|
$(XLIB)
|
||||||
@ -121,6 +125,7 @@ libtaler_plugin_kyclogic_persona_la_LDFLAGS = \
|
|||||||
-lgnunetcurl \
|
-lgnunetcurl \
|
||||||
-lgnunetjson \
|
-lgnunetjson \
|
||||||
-lgnunetutil \
|
-lgnunetutil \
|
||||||
|
-lmicrohttpd \
|
||||||
-ljansson \
|
-ljansson \
|
||||||
-lcurl \
|
-lcurl \
|
||||||
$(XLIB)
|
$(XLIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user