mirror of https://git.tukaani.org/xz.git
Fix the top-level Makefile.am for the new example programs.
This commit is contained in:
parent
3a0c5378ab
commit
f1675f765f
12
Makefile.am
12
Makefile.am
|
@ -32,8 +32,16 @@ dist_doc_DATA = \
|
||||||
|
|
||||||
examplesdir = $(docdir)/examples
|
examplesdir = $(docdir)/examples
|
||||||
dist_examples_DATA = \
|
dist_examples_DATA = \
|
||||||
doc/examples/xz_pipe_comp.c \
|
doc/examples/00_README.txt \
|
||||||
doc/examples/xz_pipe_decomp.c
|
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_DIST = \
|
||||||
extra \
|
extra \
|
||||||
|
|
Loading…
Reference in New Issue