aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d8b40237..fa202ef1 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@ subdirs = lib protocols
ifeq ($(TARGET),i586-mingw32msvc)
objects += win32.o
+LFLAGS+=-lws2_32
+EFLAGS+=-lsecur32
else
objects += unix.o conf.o log.o
endif