aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2020-07-30 05:59:05 +0000
committerNIIBE Yutaka <[email protected]>2020-07-30 05:59:05 +0000
commit5fa4427419c875e46d051ae6ed376d5ad6037401 (patch)
tree6dd593861e748317b1b8b304992e5ac228d20daf
parentw32: Add link to $(NETLIB) for -lws2_32. (diff)
downloadgnupg-5fa4427419c875e46d051ae6ed376d5ad6037401.tar.gz
gnupg-5fa4427419c875e46d051ae6ed376d5ad6037401.zip
w32: More adding NETLIBS.
* common/Makefile.am (t_common_ldadd): Add $(NETLIBS). -- GnuPG-bug-id: 4994 Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 31924317e..65caae23a 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -184,7 +184,7 @@ t_common_cflags = $(KSBA_CFLAGS) $(LIBGCRYPT_CFLAGS) \
$(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(INCICONV)
t_common_ldadd = libcommon.a \
$(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
- $(LIBINTL) $(LIBICONV)
+ $(LIBINTL) $(LIBICONV) $(NETLIBS)
# Common tests