summaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorAndre Heinecke <aheinecke@gnupg.org>2023-07-21 10:29:22 +0200
committerAndre Heinecke <aheinecke@gnupg.org>2023-07-21 10:29:22 +0200
commitc68b70ce9d63221abfcaa9bb299c9f4556077006 (patch)
treed8b7485e1c88761c29f56a6676e8612891398186 /build-aux
parentdirmngr: Add doc for faked-system-time (diff)
downloadgnupg2-c68b70ce9d63221abfcaa9bb299c9f4556077006.tar.xz
gnupg2-c68b70ce9d63221abfcaa9bb299c9f4556077006.zip
w32: Add keyboxd.exe to signed files
* build-aux/speedo.mk (AUTHENTICODE_FILES): Add keyboxd.exe -- This should prevent that keyboxd.exe is blocked on systems that only allow signed executables.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/speedo.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index 170c20b79..7777411e2 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -282,6 +282,7 @@ AUTHENTICODE_FILES= \
gpgtar.exe \
gpgv.exe \
gpg-card.exe \
+ keyboxd.exe \
libassuan-0.dll \
libgcrypt-20.dll \
libgpg-error-0.dll \