tidy-up: delete Makefile.inc from EXTRA_DIST

autotools is adding them automatically. Delete the few ones that were
also added manually.

Closes #14496
This commit is contained in:
Viktor Szakats 2024-08-12 03:26:26 +02:00
parent d2360b07f6
commit f3b14e1b0c
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
4 changed files with 5 additions and 5 deletions

View File

@ -24,8 +24,8 @@
AUTOMAKE_OPTIONS = foreign nostdinc
EXTRA_DIST = README.md Makefile.example Makefile.inc Makefile.mk \
CMakeLists.txt $(COMPLICATED_EXAMPLES) .checksrc
EXTRA_DIST = README.md Makefile.example Makefile.mk CMakeLists.txt \
$(COMPLICATED_EXAMPLES) .checksrc
# 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

View File

@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include \
-I$(top_srcdir)/lib
EXTRA_DIST = test307.pl test610.pl test613.pl test1013.pl test1022.pl \
Makefile.inc notexists.pl CMakeLists.txt mk-lib1521.pl .checksrc
notexists.pl CMakeLists.txt mk-lib1521.pl .checksrc
CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@

View File

@ -49,7 +49,7 @@ endif
# Makefile.inc provides neat definitions
include Makefile.inc
EXTRA_DIST = base64.pl Makefile.inc CMakeLists.txt
EXTRA_DIST = base64.pl CMakeLists.txt
CHECKSRC = $(CS_$(V))
CS_0 = @echo " RUN " $@;

View File

@ -38,7 +38,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include \
-I$(top_srcdir)/src \
-I$(top_srcdir)/tests/libtest
EXTRA_DIST = Makefile.inc CMakeLists.txt README.md
EXTRA_DIST = CMakeLists.txt README.md
CFLAGS += @CURL_CFLAG_EXTRAS@