From 06d1e2c22a8f0b28124d20bdd0d24082fe49658c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 13 Sep 2014 03:15:38 +0200 Subject: common: Fix Win32 linking by adding ws2_32 to libraries --- common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/Makefile.am b/common/Makefile.am index 1bc9d1d..b5ea6c1 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -14,5 +14,5 @@ libinternalcommon_la_SOURCES = \ utils.c utils.h if WIN32 -libinternalcommon_la_LIBADD += -lole32 +libinternalcommon_la_LIBADD += -lole32 -lws2_32 endif -- cgit v1.1-32-gdbae