]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Docs: Include doc/examples/11_file_info.c in tarballs.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 14 Feb 2024 17:11:48 +0000 (19:11 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 14 Feb 2024 17:11:48 +0000 (19:11 +0200)
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.

Makefile.am

index b41947e60d9980fe78b4da115a1f74c87ba00130..6d385d585df96cacfd74d5d9a5b1d16193fb094f 100644 (file)
@@ -34,6 +34,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
 
 # Install the Doxygen generated documentation if they were built.