summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2014-12-21 18:01:45 +0200
committerLasse Collin <lasse.collin@tukaani.org>2014-12-21 18:01:45 +0200
commit72f7307cfdceb941aeb2bf30d424cc0d13621786 (patch)
treec9254bb47b80885188dfd66b183a90b8a5716f59
parent2cb82ff21c62def11f3683a8bb0aaf363102aaa0 (diff)
downloadxz-72f7307cfdceb941aeb2bf30d424cc0d13621786.tar.gz
Build: Include 04_compress_easy_mt.c in the tarball.
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index dcfcc89..1053697 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