mirror of
https://github.com/curl/curl.git
synced 2026-05-30 15:17:27 +03:00
fix include path
This commit is contained in:
parent
ffff8ddbef
commit
f5a6355172
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc
|
|||
|
||||
EXTRA_DIST = README Makefile.example makefile.dj $(COMPLICATED_EXAMPLES)
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/include/curl \
|
||||
INCLUDES = -I$(top_srcdir)/include \
|
||||
-I$(top_builddir)/lib \
|
||||
-I$(top_srcdir)/lib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue