aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTobias Fella <[email protected]>2023-10-11 10:07:34 +0000
committerTobias Fella <[email protected]>2023-10-24 13:16:58 +0000
commit3e0d1c229b8a15db066fd57cec5bce6dadb1af6b (patch)
treeb4b8a710442aefdfacfb9b95ee4e0a8ed73f2528 /Makefile.am
parenttests:tpm2dtests: Fix tests with SWTPM. (diff)
downloadgnupg-tobias/gpgsum.tar.gz
gnupg-tobias/gpgsum.zip
tools: Add gpgsum tooltobias/gpgsum
* Makefile.am: Add option for building gpgsum * autogen.rc: Add option for building gpgsum * configure.ac: Add option for building gpgsum * tools/Makefile.am: Add sources for gpgsum * tools/gpgsum-w32info.rc: Add new file * tools/gpgsum.c: Add gpsum tool * tools/gpgsum.w32-manifest.in: Add new file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1cd009811..d091b4850 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,8 @@ ACLOCAL_AMFLAGS = -I m4
AM_DISTCHECK_DVI_TARGET = pdf
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-gnupg-builddir-envvar \
--enable-all-tests --enable-g13 \
- --enable-gpgtar --enable-wks-tools --disable-ntbtls
+ --enable-gpgtar --enable-wks-tools --disable-ntbtls \
+ --enable-gpgsum
GITLOG_TO_CHANGELOG=gitlog-to-changelog