From f892ac150add8df90db286a9a7b91ec9b8ae26d4 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 14 Feb 2024 19:11:48 +0200 Subject: [PATCH] Docs: Include doc/examples/11_file_info.c in tarballs. It was added in 2017 in c2e29f06a7d1e3ba242ac2fafc69f5d6e92f62cd but it never got into any release tarballs because it was forgotten to be added to Makefile.am. (cherry picked from commit dfdb60ffe933a1f1497d300dbb4513ed17ec6f0e) --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index f562f902..6c14e4ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,7 @@ dist_examples_DATA = \ doc/examples/02_decompress.c \ doc/examples/03_compress_custom.c \ doc/examples/04_compress_easy_mt.c \ + doc/examples/11_file_info.c \ doc/examples/Makefile examplesolddir = $(docdir)/examples_old