aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2020-07-30 02:34:01 +0000
committerNIIBE Yutaka <[email protected]>2020-07-30 02:34:01 +0000
commitd69f5570ee5e1b099e39fdf64e18add23ff5c815 (patch)
treefe2a5bf97b30d24e553356a533bba97f2810e3ba /dirmngr
parentRevert patches applied wrongly. (diff)
downloadgnupg-d69f5570ee5e1b099e39fdf64e18add23ff5c815.tar.gz
gnupg-d69f5570ee5e1b099e39fdf64e18add23ff5c815.zip
w32: Add link to $(NETLIB) for -lws2_32.
* dirmngr/Makefile.am (dirmngr_LDADD): Add $(NETLIBS). * sm/Makefile.am (gpgsm_LDADD): Ditto. * tools/Makefile.am (gpg_wks_client_LDADD): Ditto. -- GnuPG-bug-id: 4994 Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'dirmngr')
-rw-r--r--dirmngr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
index e812329dc..506a3f65d 100644
--- a/dirmngr/Makefile.am
+++ b/dirmngr/Makefile.am
@@ -82,7 +82,7 @@ endif
dirmngr_LDADD = $(libcommonpth) \
$(DNSLIBS) $(LIBASSUAN_LIBS) \
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(NPTH_LIBS) \
- $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) $(LIBINTL) $(LIBICONV)
+ $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) $(LIBINTL) $(LIBICONV) $(NETLIBS)
if USE_LDAP
dirmngr_LDADD += $(ldaplibs)
endif