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 /src | |
parent | 3e0845e1826ff6ae3d72d4839609b52c33919515 (diff) | |
download | curl-11caaad5f91019ab3f4539e98e0b4c9a0dc4eafe.tar.gz |
added -lwldap32 to link libs.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |