projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3adac1b
)
Add gobject-introspection temp directories to CRUFT_DIRS
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Tue, 5 Oct 2010 16:02:58 +0000
(17:02 +0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Tue, 5 Oct 2010 17:31:58 +0000
(18:31 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
e82c7e2
..
383dfc7
100644
(file)
--- 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