diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-06-10 05:21:13 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-06-10 05:21:13 +0200 |
commit | 73c2dce8961e937e97c78f0b8b0ee4abd347756b (patch) | |
tree | df03de03fb1f5264944c5f660fb6b53541b04089 /Makefile | |
parent | 21e5d4981de057bae5261720021757d893061652 (diff) |
Update docs, remove obsolete win32-related utilities.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |