aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.rc
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 /autogen.rc
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 'autogen.rc')
-rw-r--r--autogen.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.rc b/autogen.rc
index a1eb96931..05d6759f5 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -10,7 +10,7 @@ case "$myhost:$myhostsub" in
extraoptions="$extraoptions --disable-zip"
;;
w32:)
- extraoptions="--enable-gpgtar"
+ extraoptions="--enable-gpgtar --enable-gpgsum"
;;
esac