mirror of
https://github.com/curl/curl.git
synced 2026-08-03 04:20:29 +03:00
c-ares embbeded builds header include paths fully defined in makefiles
This commit is contained in:
parent
52b2bc4109
commit
13fdb9d8a5
4 changed files with 27 additions and 2 deletions
|
|
@ -57,12 +57,19 @@ LIBCURL_LIBS = @LIBCURL_LIBS@
|
|||
# $(top_builddir)/ares is for in-tree c-ares's generated ares_build.h file
|
||||
# $(top_srcdir)/ares is for in-tree c-ares's external include files
|
||||
|
||||
if USE_EMBEDDED_ARES
|
||||
INCLUDES = -I$(top_builddir)/include \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_builddir)/lib \
|
||||
-I$(top_srcdir)/lib \
|
||||
-I$(top_builddir)/ares \
|
||||
-I$(top_srcdir)/ares
|
||||
else
|
||||
INCLUDES = -I$(top_builddir)/include \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_builddir)/lib \
|
||||
-I$(top_srcdir)/lib
|
||||
endif
|
||||
|
||||
if SONAME_BUMP
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue