]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
dist: drop `.in` files from `EXTRA_DIST`
authorViktor Szakats <commit@vsz.me>
Sat, 7 Sep 2024 08:03:25 +0000 (10:03 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 19 Sep 2024 13:44:59 +0000 (15:44 +0200)
Some of the `.in` files were listed in `EXTRA_DIST`. Delete them.

`.in` files (passed to `AC_CONFIG_FILES`) are added automatically
to the distro by autotools.

Closes #14821

Makefile.am
tests/http/Makefile.am

index 968825eea26575c7995b6383f7fe2c8ef969b8bd..e8962136bbb84b5c8e36c41e295b05b7c35b72f0 100644 (file)
@@ -82,9 +82,9 @@ PLAN9_DIST = plan9/include/mkfile \
  plan9/src/mkfile.inc             \
  plan9/src/mkfile
 
-EXTRA_DIST = CHANGES.md COPYING Makefile.dist curl-config.in    \
- RELEASE-NOTES libcurl.pc.in $(CMAKE_DIST) $(VC_DIST) $(WINBUILD_DIST)  \
- $(PLAN9_DIST) lib/libcurl.vers.in buildconf.bat Dockerfile
+EXTRA_DIST = CHANGES.md COPYING Makefile.dist             \
+ RELEASE-NOTES $(CMAKE_DIST) $(VC_DIST) $(WINBUILD_DIST)  \
+ $(PLAN9_DIST) buildconf.bat Dockerfile
 
 CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_SRCVCXPROJ) \
  $(VC14_10_LIBVCXPROJ) $(VC14_10_SRCVCXPROJ)       \
index 47066f386d0ad35a2d0c5bbde098b63cf8a6de9f..6039460543744ae18dd777e5a23b2ce0f896523f 100644 (file)
@@ -40,7 +40,6 @@ testenv/ws_echo_server.py
 
 EXTRA_DIST =           \
 CMakeLists.txt         \
-config.ini.in          \
 conftest.py            \
 requirements.txt       \
 scorecard.py           \