]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
autotools: drop `$top_builddir/src` from src header path
authorViktor Szakats <commit@vsz.me>
Fri, 20 Jun 2025 07:40:21 +0000 (09:40 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 20 Jun 2025 08:15:59 +0000 (10:15 +0200)
There is no generated header or source in `$top_builddir/src`, that src
would #include. Also syncing with cmake.

Closes #17679

src/Makefile.am

index 34cd2a8e6506edf11fd0316895a2ef07d3b24cc8..d7482932cfb73ddce5b4235ff953594e11c5a99b 100644 (file)
@@ -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)