mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
autotools: drop $top_builddir/src from src header path
There is no generated header or source in `$top_builddir/src`, that src would #include. Also syncing with cmake. Closes #17679
This commit is contained in:
parent
726e7bba4c
commit
8d270732b6
1 changed files with 0 additions and 2 deletions
|
|
@ -36,13 +36,11 @@ EXTRA_DIST = mk-file-embed.pl mkhelp.pl \
|
|||
#
|
||||
# $(top_srcdir)/include is for libcurl's external include files
|
||||
# $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file
|
||||
# $(top_builddir)/src is for curl's generated src/curl_config.h file
|
||||
# $(top_srcdir)/lib for libcurl's lib/curl_setup.h and other "borrowed" files
|
||||
# $(srcdir) for generated sources to find included sources
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include \
|
||||
-I$(top_builddir)/lib \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir)/lib \
|
||||
-I$(top_srcdir)/lib/curlx \
|
||||
-I$(srcdir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue