-fix build issues

This commit is contained in:
Christian Grothoff 2022-06-20 15:17:35 +02:00
parent 360382192f
commit 3d66034093
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
6 changed files with 9 additions and 2 deletions

View File

@ -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*

View File

@ -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

View File

@ -68,7 +68,6 @@ taler_crypto_worker_LDADD = \
-lgnunetutil \
-lgnunetjson \
-ljansson \
-lpthread \
$(LIBGCRYPT_LIBS) \
$(XLIB)

View File

@ -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)

View File

@ -120,6 +120,7 @@ libtalertesting_la_LIBADD = \
-lgnunetjson \
-lgnunetutil \
-ljansson \
-lmicrohttpd \
$(XLIB)