From: Lasse Collin Date: Thu, 14 Jun 2012 17:15:30 +0000 (+0300) Subject: Fix the top-level Makefile.am for the new example programs. X-Git-Tag: v5.0.4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d7ab1dc61a75c560828be5df96598388b771456;p=thirdparty%2Fxz.git Fix the top-level Makefile.am for the new example programs. --- diff --git a/Makefile.am b/Makefile.am index 1e7ba612..97553fa2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,8 +32,16 @@ dist_doc_DATA = \ examplesdir = $(docdir)/examples dist_examples_DATA = \ - doc/examples/xz_pipe_comp.c \ - doc/examples/xz_pipe_decomp.c + doc/examples/00_README.txt \ + doc/examples/01_compress_easy.c \ + doc/examples/02_decompress.c \ + doc/examples/03_compress_custom.c \ + doc/examples/Makefile + +examplesolddir = $(docdir)/examples_old +dist_examplesold_DATA = \ + doc/examples_old/xz_pipe_comp.c \ + doc/examples_old/xz_pipe_decomp.c EXTRA_DIST = \ extra \