From: Viktor Szakats Date: Sun, 4 Aug 2024 14:56:58 +0000 (+0200) Subject: dist: add missing `docs/examples/CMakeLists.txt` X-Git-Tag: curl-8_10_0~399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4ad7dc5a3e21d573a02d8c0202e2bb26066f302;p=thirdparty%2Fcurl.git dist: add missing `docs/examples/CMakeLists.txt` Follow-up to dfdd978f7c60224dffe2aac25b436dc0a5cd0186 #13491 Closes #14380 --- diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 80ccc59251..786c5ead3c 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -25,7 +25,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc EXTRA_DIST = README.md Makefile.example Makefile.inc Makefile.mk \ - $(COMPLICATED_EXAMPLES) .checksrc + 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