mirror of
https://github.com/curl/curl.git
synced 2026-07-28 11:33:07 +03:00
Allow again proper compilation outside of the source tree
This commit is contained in:
parent
7ba5e098a3
commit
b33f47804d
4 changed files with 18 additions and 6 deletions
|
|
@ -43,7 +43,10 @@ lib_LTLIBRARIES = libcurl.la
|
|||
# we use srcdir/include for the static global include files
|
||||
# we use builddir/lib for the generated lib/config.h file to get found
|
||||
# we use srcdir/lib for the lib-private header files
|
||||
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/lib -I$(top_srcdir)/lib
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/include \
|
||||
-I$(top_builddir)/lib \
|
||||
-I$(top_srcdir)/lib
|
||||
|
||||
VERSION=-version-info 3:0:0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue