diff options
author | Gunter Knauf <gk@gknw.de> | 2007-08-14 14:48:25 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-08-14 14:48:25 +0000 |
commit | 11caaad5f91019ab3f4539e98e0b4c9a0dc4eafe (patch) | |
tree | 9ef56209650d2de70943c77b41caf890a1cb5e18 /lib | |
parent | 3e0845e1826ff6ae3d72d4839609b52c33919515 (diff) |
added -lwldap32 to link libs.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index d8c15ce23..f5cfd2351 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -64,7 +64,7 @@ endif ifdef IPV6 CFLAGS += -DENABLE_IPV6 endif -DLL_LIBS += -lws2_32 -lwinmm +DLL_LIBS += -lws2_32 -lwinmm -lwldap32 COMPILE = $(CC) $(INCLUDES) $(CFLAGS) # Makefile.inc provides the CSOURCES and HHEADERS defines |