tests/check/Makefile.am: fix distcheck

Original commit message from CVS:
* tests/check/Makefile.am:
fix distcheck
This commit is contained in:
Stefan Kost 2006-12-21 15:32:00 +00:00
parent 261abbb01e
commit 24d07724be
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-12-21 Stefan Kost <ensonic@users.sf.net>
* tests/check/Makefile.am:
fix distcheck
2006-12-21 Stefan Kost <ensonic@users.sf.net> 2006-12-21 Stefan Kost <ensonic@users.sf.net>
* docs/design/part-states.txt: * docs/design/part-states.txt:

View file

@ -17,8 +17,9 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
# override to _not_ install the test plugins # override to _not_ install the test plugins
install-pluginLTLIBRARIES: install-pluginLTLIBRARIES:
# the core dumps of some machines have PIDs appended # the core dumps of some machines have PIDs appended, test registry and
CLEANFILES = core core.* test-registry.xml *.gcno *.gcda # profiling data
CLEANFILES = core core.* test-registry.reg *.gcno *.gcda
SUPPRESSIONS = $(top_srcdir)/common/gst.supp SUPPRESSIONS = $(top_srcdir)/common/gst.supp