mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +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>
|
2006-12-21 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* docs/design/part-states.txt:
|
* docs/design/part-states.txt:
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue