]> granicus.if.org Git - curl/commitdiff
added -lwldap32 to link libs.
authorGunter Knauf <gk@gknw.de>
Tue, 14 Aug 2007 14:48:25 +0000 (14:48 +0000)
committerGunter Knauf <gk@gknw.de>
Tue, 14 Aug 2007 14:48:25 +0000 (14:48 +0000)
lib/Makefile.m32
src/Makefile.m32

index d8c15ce23d30eb5d18d60346e091be74ac10d7b9..f5cfd2351578e6174046d367e8d3fdb33a128845 100644 (file)
@@ -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
index 777cbaeadc78a6974c2fb832e34e19d89f690557..c30a27792d7e52a7ee3463e9c8da995d7f52ec47 100644 (file)
@@ -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