mirror of
https://github.com/curl/curl.git
synced 2026-08-08 12:22:55 +03:00
Brad corrected the include path (again)
This commit is contained in:
parent
aad617647d
commit
f51f2417c5
2 changed files with 4 additions and 2 deletions
|
|
@ -6,7 +6,8 @@ AUTOMAKE_OPTIONS = foreign nostdinc
|
|||
|
||||
# we use srcdir/include for the static global include files
|
||||
# we use builddir/src for the generated src/config.h file to get found
|
||||
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src
|
||||
# we use srcdir/lib for the client-private header files
|
||||
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src -I$(top_srcdir)/src
|
||||
|
||||
bin_PROGRAMS = curl #memtest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue