From: Viktor Szakats Date: Wed, 25 Jun 2025 18:52:42 +0000 (+0200) Subject: autotools: drop redundant `Makefile.inc` from `EXTRA_DIST` in src X-Git-Tag: curl-8_15_0~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73c548e1014962c1c58436df281c76ccb3426efa;p=thirdparty%2Fcurl.git autotools: drop redundant `Makefile.inc` from `EXTRA_DIST` in src Closes #17747 --- diff --git a/src/Makefile.am b/src/Makefile.am index 051222d9b3..78e2f81243 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,8 +29,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc # Get CURL_CFILES, CURL_HFILES, CURLX_CFILES, CURLX_HFILES, CURL_RCFILES variables include Makefile.inc -EXTRA_DIST = mk-file-embed.pl mkhelp.pl \ - $(CURL_RCFILES) Makefile.inc CMakeLists.txt .checksrc +EXTRA_DIST = CMakeLists.txt .checksrc mk-file-embed.pl mkhelp.pl $(CURL_RCFILES) # Specify our include paths here, and do it relative to $(top_srcdir) and # $(top_builddir), to ensure that these paths which belong to the library