* Makefile.am:

* morituri/test/Makefile.am:
	  Make distcheck work.
This commit is contained in:
Thomas Vander Stichele
2009-05-23 08:13:33 +00:00
parent 069eeff0e7
commit bc04d0336f
3 changed files with 31 additions and 11 deletions

View File

@@ -2,7 +2,31 @@ CLEANFILES = *.py{c,o}
EXTRA_DIST = \
__init__.py \
common.py
common.py \
test_common_renamer.py \
test_image_cue.py \
test_image_image.py \
test_image_table.py \
test_image_toc.py \
test_program_cdparanoia.py \
test_program_cdrdao.py \
bloc.cue \
bloc.toc \
breeders.cue \
breeders.toc \
capital.fast.toc \
cure.cue \
cure.toc \
dBAR-011-0010e284-009228a3-9809ff0b.bin \
kanye.cue \
kings-separate.cue \
kings-single.cue \
ladyhawke.toc \
track-separate.cue \
track-single.cue \
cdparanoia.progress \
cdrdao.readtoc.progress \
track.flac
# re-generation of test files when needed
regenerate: track.flac
@@ -14,3 +38,4 @@ regenerate: track.flac
track.flac:
gst-launch audiotestsrc num-buffers=10 samplesperbuffer=588 ! audioconvert ! audio/x-raw-int,channels=2,width=16,height=16,rate=44100 ! flacenc ! filesink location=track.flac