diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-12-21 18:01:45 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-12-21 18:01:45 +0200 |
commit | 72f7307cfdceb941aeb2bf30d424cc0d13621786 (patch) | |
tree | c9254bb47b80885188dfd66b183a90b8a5716f59 | |
parent | Fix build when --disable-threads is used. (diff) | |
download | xz-72f7307cfdceb941aeb2bf30d424cc0d13621786.tar.xz |
Build: Include 04_compress_easy_mt.c in the tarball.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dcfcc89f..10536971 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,7 @@ dist_examples_DATA = \ doc/examples/01_compress_easy.c \ doc/examples/02_decompress.c \ doc/examples/03_compress_custom.c \ + doc/examples/04_compress_easy_mt.c \ doc/examples/Makefile examplesolddir = $(docdir)/examples_old |