mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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:
parent
40c7923ea8
commit
f12fcd9079
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue