summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-10-05 17:02:58 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-10-05 18:31:58 +0100
commitdedb7adce96bd67c87fabbbc843450dbbb8dccb4 (patch)
tree137f3b43f93d0cb3959314abd4ce18c4b3c92436
parent3adac1b9cdfe71341664342d2c5c3935d486aa6c (diff)
Add gobject-introspection temp directories to CRUFT_DIRS
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e82c7e214e..383dfc7669 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -196,7 +196,9 @@ CRUFT_FILES = \
$(top_builddir)/common/m4/xsize.m4
CRUFT_DIRS = \
- $(top_builddir)/tests/examples/xml
+ $(top_builddir)/tests/examples/xml \
+ $(top_builddir)/gst/tmp-introspect* \
+ $(top_builddir)/libs/gst/*/tmp-introspect*
include $(top_srcdir)/common/cruft.mak