diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 19:11:48 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 19:11:48 +0200 |
commit | dfdb60ffe933a1f1497d300dbb4513ed17ec6f0e (patch) | |
tree | 9f036cc04942ca12570f69a6b4829fd8d0a393f9 | |
parent | liblzma: Silence a warning. (diff) | |
download | xz-dfdb60ffe933a1f1497d300dbb4513ed17ec6f0e.tar.xz |
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.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b41947e6..6d385d58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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. |