mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:57:16 +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
|
|
@ -26,8 +26,12 @@ AUTOMAKE_OPTIONS = foreign nostdinc
|
|||
# we use srcdir/include for the static global include files
|
||||
# we use builddir/src for the generated include files to get found
|
||||
# we use srcdir/lib for the header files we "borrow" from the lib
|
||||
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_builddir)/src \
|
||||
-I$(top_srcdir)/lib
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/include \
|
||||
-I$(top_builddir)/lib \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir)/lib \
|
||||
-I$(top_srcdir)/src
|
||||
|
||||
bin_PROGRAMS = curl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue