aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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