diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-06-26 10:16:36 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-06-26 10:35:38 +0100 |
commit | bdcb5fec0f0ff39842a8e2bac8c45d3ae3beafe6 (patch) | |
tree | 8b07885e94cc351c09ac7e2dd21cecf50d9d82a2 /Makefile.am | |
parent | 00697e8529a1fa900d81a9bcc83f1625c2e5620e (diff) |
examples: remove xml example build system bits and purge from tree
Fixes make distcheck.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 13aeccb64..6f20a2400 100644 --- a/Makefile.am +++ b/Makefile.am @@ -197,6 +197,9 @@ CRUFT_FILES = \ $(top_builddir)/common/m4/wint_t.m4 \ $(top_builddir)/common/m4/xsize.m4 +CRUFT_DIRS = \ + $(top_builddir)/tests/examples/xml + include $(top_srcdir)/common/cruft.mak all-local: gst-element-check-@GST_MAJORMINOR@.m4 check-cruft |