summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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