Fix the top-level Makefile.am for the new example programs.

This commit is contained in:
Lasse Collin 2012-06-14 20:15:30 +03:00
parent 3a0c5378ab
commit f1675f765f
1 changed files with 10 additions and 2 deletions

View File

@ -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 \