mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
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.
This commit is contained in:
parent
cdc28c59fe
commit
a5dbd985c2
@ -104,7 +104,7 @@ dirmngr_LDADD = $(libcommonpth) \
|
|||||||
$(DNSLIBS) $(LIBASSUAN_LIBS) \
|
$(DNSLIBS) $(LIBASSUAN_LIBS) \
|
||||||
$(KSBA_LIBS) $(NPTH_LIBS) $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) \
|
$(KSBA_LIBS) $(NPTH_LIBS) $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) \
|
||||||
$(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV) \
|
$(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV) \
|
||||||
$(NETLIBS) $(dirmngr_rc_obj)
|
$(NETLIBS) $(dirmngr_rc_objs)
|
||||||
if USE_LDAP
|
if USE_LDAP
|
||||||
dirmngr_LDADD += $(ldaplibs) $(LBER_LIBS)
|
dirmngr_LDADD += $(ldaplibs) $(LBER_LIBS)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user