From d22b8887c2d3ad09e3ee56c146335f3f3aefcdfa Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 11 Sep 2007 06:29:28 +0000 Subject: [PATCH] remove spurious CLEANFILES --- src/test_grabbag/cuesheet/Makefile.am | 2 -- src/test_grabbag/picture/Makefile.am | 2 -- src/test_streams/Makefile.am | 2 -- 3 files changed, 6 deletions(-) diff --git a/src/test_grabbag/cuesheet/Makefile.am b/src/test_grabbag/cuesheet/Makefile.am index 2250d228..1d6d709b 100644 --- a/src/test_grabbag/cuesheet/Makefile.am +++ b/src/test_grabbag/cuesheet/Makefile.am @@ -29,5 +29,3 @@ test_cuesheet_LDADD = \ $(top_builddir)/src/libFLAC/libFLAC.la \ @OGG_LIBS@ \ -lm - -CLEANFILES = $(wildcard *.raw) diff --git a/src/test_grabbag/picture/Makefile.am b/src/test_grabbag/picture/Makefile.am index 12817d04..1f5d6553 100644 --- a/src/test_grabbag/picture/Makefile.am +++ b/src/test_grabbag/picture/Makefile.am @@ -28,5 +28,3 @@ test_picture_LDADD = \ $(top_builddir)/src/libFLAC/libFLAC.la \ @OGG_LIBS@ \ -lm - -CLEANFILES = $(wildcard *.raw) diff --git a/src/test_streams/Makefile.am b/src/test_streams/Makefile.am index d0cd57ae..2d562ce6 100644 --- a/src/test_streams/Makefile.am +++ b/src/test_streams/Makefile.am @@ -24,5 +24,3 @@ noinst_PROGRAMS = test_streams test_streams_SOURCES = \ main.c test_streams_LDADD = -lm - -CLEANFILES = $(wildcard *.raw)