aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2018-11-26 12:05:26 +0000
committerAndre Heinecke <[email protected]>2018-11-26 12:07:19 +0000
commitf12fcd907903742bde3ebb7ffef244c92d6d1611 (patch)
treeff37e47ace2589e244de12138d6638b5ccca360f
parentagent: Have a thread to wait for the child process of scdaemon. (diff)
downloadgnupg-f12fcd907903742bde3ebb7ffef244c92d6d1611.tar.gz
gnupg-f12fcd907903742bde3ebb7ffef244c92d6d1611.zip
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.
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 196bf5210..e4fd81c5d 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -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