mirror of
https://github.com/curl/curl.git
synced 2026-05-04 17:39:55 +03:00
Setup include path to the lib dir to enable inclusion of "config.h"
This commit is contained in:
parent
327e6a2b4f
commit
606f72bb13
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
AUTOMAKE_OPTIONS = foreign nostdinc
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/include/curl
|
||||
INCLUDES = -I$(top_srcdir)/include/curl -I$(top_srcdir)/lib
|
||||
|
||||
LIBDIR = ../../lib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue