]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tidy-up: delete `Makefile.inc` from `EXTRA_DIST`
authorViktor Szakats <commit@vsz.me>
Mon, 12 Aug 2024 01:26:26 +0000 (03:26 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 12 Aug 2024 12:54:47 +0000 (14:54 +0200)
autotools is adding them automatically. Delete the few ones that were
also added manually.

Closes #14496

docs/examples/Makefile.am
tests/libtest/Makefile.am
tests/server/Makefile.am
tests/unit/Makefile.am

index 786c5ead3c2f842be8e0e27115a3f8759ef18db0..7c075f26d844d329b61726cf3767e0dfe9e6b7c8 100644 (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
index eed916eebb4b7f2fe134295050e1f2a58fed073d..ee5b2eee62bb17ee2e2a67eee875a66a3f51b262 100644 (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@
 
index dda121377a286451057139d129879fc4a009d1f9..9f279b81ec1fc99467152a2521efff3d1fa26d31 100644 (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     " $@;
index dc10b890e743f52a7a5a80bd6d0715520f07468b..77619d28092f55a75ab34f0928c30760ef0bd027 100644 (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@