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:
parent
40c7923ea8
commit
f12fcd9079
@ -174,7 +174,7 @@ gpg_pair_tool_SOURCES = \
|
|||||||
gpg_pair_tool_CFLAGS = $(GPG_ERROR_CFLAGS) $(INCICONV)
|
gpg_pair_tool_CFLAGS = $(GPG_ERROR_CFLAGS) $(INCICONV)
|
||||||
gpg_pair_tool_LDADD = $(libcommon) \
|
gpg_pair_tool_LDADD = $(libcommon) \
|
||||||
$(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
|
$(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
|
||||||
$(LIBINTL) $(LIBICONV)
|
$(LIBINTL) $(LIBICONV) $(W32SOCKLIBS)
|
||||||
|
|
||||||
|
|
||||||
# Make sure that all libs are build before we use them. This is
|
# Make sure that all libs are build before we use them. This is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user