From a5dbd985c29baad79f5db8c9dee185b3f6c34876 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 15 Nov 2023 14:34:08 +0100 Subject: [PATCH] w32: Actually add the manifest to the dirmngr. * dirmngr/Makefile.am (dirmngr_LDADD): Fix type in dirmngr_rc_objs. -- We had a dependency but due to the typo the resource file was not linked. --- dirmngr/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am index 722a2f804..b1329bde2 100644 --- a/dirmngr/Makefile.am +++ b/dirmngr/Makefile.am @@ -104,7 +104,7 @@ dirmngr_LDADD = $(libcommonpth) \ $(DNSLIBS) $(LIBASSUAN_LIBS) \ $(KSBA_LIBS) $(NPTH_LIBS) $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) \ $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV) \ - $(NETLIBS) $(dirmngr_rc_obj) + $(NETLIBS) $(dirmngr_rc_objs) if USE_LDAP dirmngr_LDADD += $(ldaplibs) $(LBER_LIBS) endif