From 6bbb833409355a8fb6504bf8bc0150108ad21edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 5 Sep 2009 12:22:37 +0200 Subject: [PATCH] introspection: Fix for out-of-tree builds --- gst/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/Makefile.am b/gst/Makefile.am index 5945e009d5..e80cc4caa8 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -247,6 +247,7 @@ Gst-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstreamer-@GST_MAJORMINOR@ $(INTROSPECTION_SCANNER) -v --namespace Gst \ --nsversion=@GST_MAJORMINOR@ \ -I$(top_srcdir) \ + -I$(top_builddir) \ --c-include='gst/gst.h' \ --library=gstreamer-0.10 \ --include=GLib-2.0 \