aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-04-30 08:05:39 +0000
committerWerner Koch <[email protected]>2019-04-30 08:05:39 +0000
commite114a715d6183079ce51164315705d1d5ce00807 (patch)
treee567a0b47f56092924ac6c977d3c5c59215014e6 /tools/Makefile.am
parenttools: Some changes to the ccidmon.c debug helper. (diff)
downloadgnupg-wk/signcode.tar.gz
gnupg-wk/signcode.zip
tools: Add some code for a future gpg-signcode tool.wk/signcode
* tools/gpg-signcode.c: New. * tools/Makefile.am (bin_PROGRAMS): Add gpg-signcode. (gpg_signcode_SOURCE, gpg_signcode_LDADD): New. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--tools/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index fb37c05e7..f21e859b5 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -51,7 +51,7 @@ endif
libexec_PROGRAMS = gpg-wks-client gpg-pair-tool
-bin_PROGRAMS = gpgconf gpg-connect-agent gpg-card ${symcryptrun}
+bin_PROGRAMS = gpgconf gpg-connect-agent gpg-card ${symcryptrun} gpg-signcode
if !HAVE_W32_SYSTEM
bin_PROGRAMS += watchgnupg gpgparsemail ${gpg_wks_server}
endif
@@ -139,6 +139,10 @@ gpg_card_LDADD = \
$(LIBREADLINE) $(LIBINTL) $(NETLIBS) $(LIBICONV) \
$(gpg_card_tool_rc_objs)
+gpg_signcode_SOURCES = gpg-signcode.c
+gpg_signcode_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
+ $(LIBINTL) $(NETLIBS) $(LIBICONV)
+
if !DISABLE_REGEX
gpg_check_pattern_SOURCES = gpg-check-pattern.c