diff options
author | NIIBE Yutaka <[email protected]> | 2020-07-30 02:34:01 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2020-07-30 02:34:01 +0000 |
commit | d69f5570ee5e1b099e39fdf64e18add23ff5c815 (patch) | |
tree | fe2a5bf97b30d24e553356a533bba97f2810e3ba /tools | |
parent | Revert patches applied wrongly. (diff) | |
download | gnupg-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 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 878c249bc..eed6a44eb 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -185,7 +185,7 @@ gpg_wks_client_SOURCES = \ gpg_wks_client_CFLAGS = $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(INCICONV) gpg_wks_client_LDADD = $(libcommon) \ $(LIBASSUAN_LIBS) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \ - $(LIBINTL) $(LIBICONV) + $(LIBINTL) $(LIBICONV) $(NETLIBS) if HAVE_NEWER_LIBGCRYPT libexec_PROGRAMS += gpg-pair-tool |