From eab64574d30f553905bc97f455a99fa08380c4ef Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 7 Aug 2002 17:08:32 +0000 Subject: [PATCH] remove .ogg files in cleaning --- test/Makefile.am | 2 +- test/Makefile.lite | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index dea6ff07..abe037f7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -25,7 +25,7 @@ EXTRA_DIST = \ test_bins.sh CLEANFILES = \ - $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) $(wildcard *.wav) \ + $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.ogg) $(wildcard *.cmp) $(wildcard *.wav) \ $(wildcard ../../test_files/bins/*.raw) \ $(wildcard ../../test_files/bins/*.flac) \ $(wildcard ../../test_files/bins/*.cmp) \ diff --git a/test/Makefile.lite b/test/Makefile.lite index 9166d70c..d8b22f04 100644 --- a/test/Makefile.lite +++ b/test/Makefile.lite @@ -30,4 +30,4 @@ debug: all release: all clean: - rm -f *.raw *.flac *.cmp *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.log core + rm -f *.raw *.flac *.ogg *.cmp *.wav ../../test_files/bins/*.raw ../../test_files/bins/*.flac ../../test_files/bins/*.cmp *.log core