Skip to content
Snippets Groups Projects
Commit c44e6741 authored by Marc Hoersken's avatar Marc Hoersken
Browse files

Makefile.m32: Updated to build against libmetalink 0.1.2

The include and library path were moved within libmetalink, this
patch adjusts the defaults provided within the curl MinGW makefile.
parent 94c3e0f7
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ LIBRTMP_PATH = ../../librtmp-2.3
endif
# Edit the path below to point to the base of your libmetalink package.
ifndef LIBMETALINK_PATH
LIBMETALINK_PATH = ../../libmetalink-0.0.3
LIBMETALINK_PATH = ../../libmetalink-0.1.2
endif
# Edit the path below to point to the base of your libidn package.
ifndef LIBIDN_PATH
......@@ -213,9 +213,9 @@ ifdef WINIDN
endif
endif
ifdef METALINK
INCLUDES += -I"$(LIBMETALINK_PATH)/include"
INCLUDES += -I"$(LIBMETALINK_PATH)/lib/includes"
CFLAGS += -DUSE_METALINK
curl_LDADD += -L"$(LIBMETALINK_PATH)/lib" -lmetalink
curl_LDADD += -L"$(LIBMETALINK_PATH)/lib/.libs" -lmetalink.dll
endif
ifdef SSPI
CFLAGS += -DUSE_WINDOWS_SSPI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment