From a4ad7dc5a3e21d573a02d8c0202e2bb26066f302 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 4 Aug 2024 16:56:58 +0200 Subject: [PATCH] dist: add missing `docs/examples/CMakeLists.txt` Follow-up to dfdd978f7c60224dffe2aac25b436dc0a5cd0186 #13491 Closes #14380 --- docs/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3