From: Stefan Kost Date: Thu, 21 Dec 2006 15:32:00 +0000 (+0000) Subject: tests/check/Makefile.am: fix distcheck X-Git-Tag: RELEASE-0_10_12~128 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24d07724befc56b0523fd18d8392bc0a2e0fcc8c;p=platform%2Fupstream%2Fgstreamer.git tests/check/Makefile.am: fix distcheck Original commit message from CVS: * tests/check/Makefile.am: fix distcheck --- diff --git a/ChangeLog b/ChangeLog index 4fa24d1..4b0492d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-12-21 Stefan Kost + * tests/check/Makefile.am: + fix distcheck + +2006-12-21 Stefan Kost + * docs/design/part-states.txt: two tiny additional comments diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 6162289..965bd80 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -17,8 +17,9 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ # override to _not_ install the test plugins install-pluginLTLIBRARIES: -# the core dumps of some machines have PIDs appended -CLEANFILES = core core.* test-registry.xml *.gcno *.gcda +# the core dumps of some machines have PIDs appended, test registry and +# profiling data +CLEANFILES = core core.* test-registry.reg *.gcno *.gcda SUPPRESSIONS = $(top_srcdir)/common/gst.supp