diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 91c7c085..2ce74aa5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,11 @@ dist_doc_DATA = \ doc/xz-file-format.txt \ doc/lzma-file-format.txt +examplesdir = $(docdir)/examples +dist_examples_DATA = \ + doc/examples/xz_pipe_comp.c \ + doc/examples/xz_pipe_decomp.c + EXTRA_DIST = \ extra \ dos \ |