From b8e35aaed0dc92e1dc1569f0c09ca4e4c36775b9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Nov 2020 12:13:28 +0100 Subject: add taler-helper-crypto-rsa to build system --- src/util/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/util/Makefile.am') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index c25e5700d..991f0a953 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -7,6 +7,8 @@ if USE_COVERAGE endif +libexecdir = $(pkglibdir)/libexec/ + pkgcfgdir = $(prefix)/share/taler/config.d/ pkgcfg_DATA = \ @@ -16,6 +18,9 @@ EXTRA_DIST = \ paths.conf \ taler-config.in +libexec_PROGRAMS = \ + taler-helper-crypto-rsa + bin_SCRIPTS = \ taler-config @@ -28,6 +33,13 @@ taler-config: taler-config.in mv $@.tmp $@ +taler_helper_crypto_rsa_SOURCES = \ + taler-helper-crypto-rsa.c taler-helper-crypto-rsa.h +taler_helper_crypto_rsa_LDADD = \ + libtalerutil.la \ + -lgnunetutil \ + $(LIBGCRYPT_LIBS) \ + $(XLIB) lib_LTLIBRARIES = \ libtalerutil.la -- cgit v1.2.3