added -lwldap32 to link libs.
This commit is contained in:
parent
3e0845e182
commit
11caaad5f9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user