mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
tests/check/Makefile.am: fix distcheck
Original commit message from CVS: * tests/check/Makefile.am: fix distcheck
This commit is contained in:
parent
261abbb01e
commit
24d07724be
2 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
||||
* docs/design/part-states.txt:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue