aboutsummaryrefslogtreecommitdiff
path: root/gst/Makefile.in
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-22 18:10:09 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-22 18:10:09 +0100
commite4f7e7387835f2d104054b356866aff3d409e3e0 (patch)
tree14da13804a8ea53eb86f19d46ec2cb335a29706f /gst/Makefile.in
parent0dae307117a84152263d4c8b2c6aacf7e98a2f7c (diff)
Imported Upstream version 1.0.6upstream/1.0.6
Diffstat (limited to 'gst/Makefile.in')
-rw-r--r--gst/Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/gst/Makefile.in b/gst/Makefile.in
index 0c96219..5bee414 100644
--- a/gst/Makefile.in
+++ b/gst/Makefile.in
@@ -785,8 +785,14 @@ noinst_HEADERS = \
gst_private.h
@HAVE_INTROSPECTION_TRUE@BUILT_GIRSOURCES = Gst-@GST_API_VERSION@.gir
-@HAVE_INTROSPECTION_TRUE@gir_headers = $(patsubst %,$(srcdir)/%, $(libgstreamer_@GST_API_VERSION@include_HEADERS))
-@HAVE_INTROSPECTION_TRUE@gir_sources = $(patsubst %,$(srcdir)/%, $(libgstreamer_@GST_API_VERSION@_la_SOURCES))
+@HAVE_INTROSPECTION_TRUE@gir_headers = $(patsubst %,$(srcdir)/%, \
+@HAVE_INTROSPECTION_TRUE@ $(libgstreamer_@GST_API_VERSION@include_HEADERS)) \
+@HAVE_INTROSPECTION_TRUE@ $(patsubst %,$(builddir)/%, \
+@HAVE_INTROSPECTION_TRUE@ $(built_header_make))
+@HAVE_INTROSPECTION_TRUE@gir_sources = $(patsubst %,$(srcdir)/%, \
+@HAVE_INTROSPECTION_TRUE@ $(libgstreamer_@GST_API_VERSION@_la_SOURCES)) \
+@HAVE_INTROSPECTION_TRUE@ $(patsubst %,$(builddir)/%, \
+@HAVE_INTROSPECTION_TRUE@ $(built_source_make))
# INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
# install anything - we need to install inside our prefix.