diff options
author | Werner Koch <wk@gnupg.org> | 2023-05-24 12:06:37 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2023-05-24 12:14:06 +0200 |
commit | 3a438a1cc3505390e5e1a33ebbf1bd87d7a22840 (patch) | |
tree | 69fb1f9607721865c70f0442059c40427a78aa6a /kbx/Makefile.am | |
parent | common,w32: Set a proper error code when creating an output file. (diff) | |
download | gnupg2-3a438a1cc3505390e5e1a33ebbf1bd87d7a22840.tar.xz gnupg2-3a438a1cc3505390e5e1a33ebbf1bd87d7a22840.zip |
w32: Add missing manifests and set a requestedExecutionLevel.
* agent/gpg-agent.w32-manifest.in: New.
* dirmngr/dirmngr-client-w32info.rc: New.
* dirmngr/dirmngr-client.w32-manifest.in: New.
* dirmngr/dirmngr-w32info.rc: New.
* dirmngr/dirmngr.w32-manifest.in: New.
* dirmngr/dirmngr_ldap-w32info.rc: New.
* dirmngr/dirmngr_ldap.w32-manifest.in: New.
* g10/gpgv-w32info.rc: New.
* g10/gpgv.w32-manifest.in: New.
* kbx/keyboxd.w32-manifest.in: New.
* scd/scdaemon.w32-manifest.in: New.
* sm/gpgsm.w32-manifest.in: New.
--
This avoids the use of the VirtualStore uner Windows.
GnuPG-bug-id: 6503
Diffstat (limited to 'kbx/Makefile.am')
-rw-r--r-- | kbx/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kbx/Makefile.am b/kbx/Makefile.am index 66214fa5c..19bdb1061 100644 --- a/kbx/Makefile.am +++ b/kbx/Makefile.am @@ -18,13 +18,16 @@ ## Process this file with automake to produce Makefile.in -EXTRA_DIST = mkerrors keyboxd-w32info.rc +EXTRA_DIST = mkerrors keyboxd-w32info.rc keyboxd.w32-manifest.in AM_CPPFLAGS = include $(top_srcdir)/am/cmacros.am + if HAVE_W32_SYSTEM resource_objs += keyboxd-w32info.o + +keyboxd-w32info.o : keyboxd.w32-manifest ../common/w32info-rc.h endif AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) |