summaryrefslogtreecommitdiff
path: root/Makefile.m32
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.m32')
-rw-r--r--Makefile.m322
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.m32 b/Makefile.m32
index e7a423b..66d28b1 100644
--- a/Makefile.m32
+++ b/Makefile.m32
@@ -20,7 +20,7 @@ CP = cp -afv
CFLAGS = $(CARES_CFLAG_EXTRAS) -O2 -Wall -I./include -I./src/lib -D_WIN32_WINNT=0x0600
CFLAGS += -DCARES_STATICLIB
LDFLAGS = $(CARES_LDFLAG_EXTRAS) -s
-LIBS = -lwsock32
+LIBS = -lws2_32 -liphlpapi
# Makefile.inc provides the CSOURCES and HHEADERS defines
include src/lib/Makefile.inc