-fix build issues
This commit is contained in:
parent
360382192f
commit
3d66034093
1
debian/libtalerexchange.install
vendored
1
debian/libtalerexchange.install
vendored
@ -5,5 +5,6 @@ usr/share/taler/config.d/paths.conf
|
||||
usr/share/taler/config.d/taler.conf
|
||||
debian/etc-libtalerexchange/* etc/
|
||||
usr/bin/taler-config
|
||||
usr/bin/taler-crypto-worker
|
||||
usr/share/man/man5/taler.conf.5
|
||||
usr/share/man/man1/taler-config*
|
||||
|
@ -21,10 +21,13 @@ man_MANS = \
|
||||
prebuilt/man/taler-exchange-benchmark.1 \
|
||||
prebuilt/man/taler-exchange-closer.1 \
|
||||
prebuilt/man/taler-exchange-dbinit.1 \
|
||||
prebuilt/man/taler-exchange-expire.1 \
|
||||
prebuilt/man/taler-exchange-httpd.1 \
|
||||
prebuilt/man/taler-exchange-offline.1 \
|
||||
prebuilt/man/taler-exchange-secmod-cs.1\
|
||||
prebuilt/man/taler-exchange-secmod-eddsa.1\
|
||||
prebuilt/man/taler-exchange-secmod-rsa.1 \
|
||||
prebuilt/man/taler-exchange-router.1\
|
||||
prebuilt/man/taler-exchange-transfer.1\
|
||||
prebuilt/man/taler-exchange-wirewatch.1 \
|
||||
prebuilt/man/taler-exchange-wire-gateway-client.1\
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 74d9c44ebc257a3d8b9c2c0a806508bd0cc5269a
|
||||
Subproject commit 1ed97b23f19c80fa84b21a5eb0c686d5491e8ec6
|
@ -68,7 +68,6 @@ taler_crypto_worker_LDADD = \
|
||||
-lgnunetutil \
|
||||
-lgnunetjson \
|
||||
-ljansson \
|
||||
-lpthread \
|
||||
$(LIBGCRYPT_LIBS) \
|
||||
$(XLIB)
|
||||
|
||||
|
@ -25,6 +25,9 @@ libtalerextensions_la_SOURCES = \
|
||||
extension_age_restriction.c
|
||||
|
||||
libtalerextensions_la_LIBADD = \
|
||||
$(top_builddir)/src/json/libtalerjson.la \
|
||||
$(top_builddir)/src/util/libtalerutil.la \
|
||||
-lgnunetjson \
|
||||
-lgnunetutil \
|
||||
-ljansson \
|
||||
$(XLIB)
|
||||
|
@ -120,6 +120,7 @@ libtalertesting_la_LIBADD = \
|
||||
-lgnunetjson \
|
||||
-lgnunetutil \
|
||||
-ljansson \
|
||||
-lmicrohttpd \
|
||||
$(XLIB)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user