diff options
author | Andre Heinecke <aheinecke@intevation.de> | 2018-11-26 13:05:26 +0100 |
---|---|---|
committer | Andre Heinecke <aheinecke@intevation.de> | 2018-11-26 13:07:19 +0100 |
commit | f12fcd907903742bde3ebb7ffef244c92d6d1611 (patch) | |
tree | ff37e47ace2589e244de12138d6638b5ccca360f /tools | |
parent | agent: Have a thread to wait for the child process of scdaemon. (diff) | |
download | gnupg2-f12fcd907903742bde3ebb7ffef244c92d6d1611.tar.xz gnupg2-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.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
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 |