diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2020-07-30 04:34:01 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2020-07-30 04:34:01 +0200 |
commit | d69f5570ee5e1b099e39fdf64e18add23ff5c815 (patch) | |
tree | fe2a5bf97b30d24e553356a533bba97f2810e3ba /dirmngr/Makefile.am | |
parent | Revert patches applied wrongly. (diff) | |
download | gnupg2-d69f5570ee5e1b099e39fdf64e18add23ff5c815.tar.xz gnupg2-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 <gniibe@fsij.org>
Diffstat (limited to 'dirmngr/Makefile.am')
-rw-r--r-- | dirmngr/Makefile.am | 2 |
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 |