allow usage of in-tree c-ares when building from outside of the cvs tree
This commit is contained in:
@@ -31,11 +31,15 @@ AUTOMAKE_OPTIONS = foreign nostdinc
|
|||||||
# $(top_srcdir)/include is for libcurl's external include files
|
# $(top_srcdir)/include is for libcurl's external include files
|
||||||
# $(top_builddir)/lib is for libcurl's generated lib/config.h file
|
# $(top_builddir)/lib is for libcurl's generated lib/config.h file
|
||||||
# $(top_srcdir)/lib is for libcurl's lib/setup.h and other "borrowed" files
|
# $(top_srcdir)/lib is for libcurl's lib/setup.h and other "borrowed" files
|
||||||
|
# $(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
|
||||||
|
|
||||||
INCLUDES = -I$(top_builddir)/include \
|
INCLUDES = -I$(top_builddir)/include \
|
||||||
-I$(top_srcdir)/include \
|
-I$(top_srcdir)/include \
|
||||||
-I$(top_builddir)/lib \
|
-I$(top_builddir)/lib \
|
||||||
-I$(top_srcdir)/lib
|
-I$(top_srcdir)/lib \
|
||||||
|
-I$(top_builddir)/ares \
|
||||||
|
-I$(top_srcdir)/ares
|
||||||
|
|
||||||
# Makefile.inc provides the source defines (noinst_PROGRAMS, useful, *_SOURCES, and *_LDADD)
|
# Makefile.inc provides the source defines (noinst_PROGRAMS, useful, *_SOURCES, and *_LDADD)
|
||||||
include Makefile.inc
|
include Makefile.inc
|
||||||
|
Reference in New Issue
Block a user