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 /sm | |
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 'sm')
-rw-r--r-- | sm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am index 7314341e3..415552f12 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -65,7 +65,7 @@ common_libs = ../kbx/libkeybox509.a $(libcommon) gpgsm_LDADD = $(common_libs) ../common/libgpgrl.a \ $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) \ $(GPG_ERROR_LIBS) $(LIBREADLINE) $(LIBINTL) \ - $(LIBICONV) $(resource_objs) $(extra_sys_libs) + $(LIBICONV) $(resource_objs) $(extra_sys_libs) $(NETLIBS) gpgsm_LDFLAGS = $(extra_bin_ldflags) |