1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00

w32: Fix linkage of gpg-pair-tool

* tools/Makefile.am (gpg_pair_tool_LDADD): Add W32SOCKLIBS.

--
This is required because parts of libcommon depend on ws2_32.
This commit is contained in:
Andre Heinecke 2018-11-26 13:05:26 +01:00
parent 40c7923ea8
commit f12fcd9079
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C

View File

@ -174,7 +174,7 @@ gpg_pair_tool_SOURCES = \
gpg_pair_tool_CFLAGS = $(GPG_ERROR_CFLAGS) $(INCICONV)
gpg_pair_tool_LDADD = $(libcommon) \
$(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
$(LIBINTL) $(LIBICONV)
$(LIBINTL) $(LIBICONV) $(W32SOCKLIBS)
# Make sure that all libs are build before we use them. This is