From d4407efd66d47b460b52d87cb671a8aaa227d98a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 12 Jan 2011 10:17:05 +0000 Subject: [PATCH] controller: update g-i include paths as well for header changes Hopefully makes Lucid and Maverick build bots happy again --- libs/gst/controller/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/gst/controller/Makefile.am b/libs/gst/controller/Makefile.am index 8c0a042d5e..c37315c547 100644 --- a/libs/gst/controller/Makefile.am +++ b/libs/gst/controller/Makefile.am @@ -45,7 +45,9 @@ GstController-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@G --nsversion=@GST_MAJORMINOR@ \ --strip-prefix=Gst \ -I$(top_srcdir) \ + -I$(top_srcdir)/libs \ -I$(top_builddir) \ + -I$(top_builddir)/libs \ $(gir_cincludes) \ --add-include-path=$(top_builddir)/gst \ --library-path=$(top_builddir)/gst \