From f1675f765fe228cb5a5f904f853445a03e33cfe9 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 14 Jun 2012 20:15:30 +0300 Subject: [PATCH] Fix the top-level Makefile.am for the new example programs. --- Makefile.am | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d94bb7bf..89635868 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 \