aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.m32
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-08-14 14:48:25 +0000
committerGunter Knauf <gk@gknw.de>2007-08-14 14:48:25 +0000
commit11caaad5f91019ab3f4539e98e0b4c9a0dc4eafe (patch)
tree9ef56209650d2de70943c77b41caf890a1cb5e18 /src/Makefile.m32
parent3e0845e1826ff6ae3d72d4839609b52c33919515 (diff)
added -lwldap32 to link libs.
Diffstat (limited to 'src/Makefile.m32')
-rw-r--r--src/Makefile.m322
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