aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-10 05:21:13 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-10 05:21:13 +0200
commit73c2dce8961e937e97c78f0b8b0ee4abd347756b (patch)
treedf03de03fb1f5264944c5f660fb6b53541b04089 /Makefile
parent21e5d4981de057bae5261720021757d893061652 (diff)
Update docs, remove obsolete win32-related utilities.
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