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)