From 8d9ce32c30db2bba5736fff5f56b7c145aaec42c Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 30 Jul 2020 14:59:05 +0900 Subject: [PATCH] w32: More adding NETLIBS. * common/Makefile.am (t_common_ldadd): Add $(NETLIBS). -- Cherry-picked master commit of: 5fa4427419c875e46d051ae6ed376d5ad6037401 GnuPG-bug-id: 4994 Signed-off-by: NIIBE Yutaka --- common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.am b/common/Makefile.am index 3dbad0ccc..4d7f27514 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