mirror of
https://github.com/curl/curl.git
synced 2026-07-10 03:57:16 +03:00
autotools: drop redundant Makefile.inc from EXTRA_DIST in src
Closes #17747
This commit is contained in:
parent
53c88435d8
commit
73c548e101
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue