mirror of
https://github.com/curl/curl.git
synced 2026-07-31 16:08:04 +03:00
use include path from BUILD dir since we want the config.h
This commit is contained in:
parent
2d2034703f
commit
38cf0268c0
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
AUTOMAKE_OPTIONS = foreign nostdinc
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/include/curl -I$(top_srcdir)/lib
|
||||
INCLUDES = -I$(top_srcdir)/include/curl -I$(top_builddir)/lib
|
||||
|
||||
LIBDIR = ../../lib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue