From 11caaad5f91019ab3f4539e98e0b4c9a0dc4eafe Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Tue, 14 Aug 2007 14:48:25 +0000 Subject: added -lwldap32 to link libs. --- src/Makefile.m32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 777cbaead..c30a27792 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -71,7 +71,7 @@ endif ifdef IPV6 CFLAGS += -DENABLE_IPV6 endif -curl_LDADD += -lwsock32 -lws2_32 -lwinmm +curl_LDADD += -lwsock32 -lws2_32 -lwinmm -lwldap32 COMPILE = $(CC) $(INCLUDES) $(CFLAGS) # Makefile.inc provides the CSOURCES and HHEADERS defines -- cgit v1.2.3