From 73c548e1014962c1c58436df281c76ccb3426efa Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 25 Jun 2025 20:52:42 +0200 Subject: [PATCH] autotools: drop redundant `Makefile.inc` from `EXTRA_DIST` in src Closes #17747 --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2