From dedb7adce96bd67c87fabbbc843450dbbb8dccb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 5 Oct 2010 17:02:58 +0100 Subject: [PATCH] Add gobject-introspection temp directories to CRUFT_DIRS --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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