summaryrefslogtreecommitdiff
path: root/libs/gst/base
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-08-31 18:40:44 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-01 17:08:58 +0100
commitf9204d5d70d126557cce0175e8ce9ce382d7fbc5 (patch)
tree1999ed48b98c617c874fbdb64f13f1ee69e9f6e2 /libs/gst/base
parent70617be38e9767c4209c7e877f31402ca492b776 (diff)
build: use new AG_GST_PKG_CONFIG_PATH m4 macro from common
Sets up a GST_PKG_CONFIG_PATH variable for use in Makefile.am (avoids trailing ':' in PKG_CONFIG_PATH used). A useful side effect of this is also that the PKG_CONFIG_PATH environment is now logged in the configure output.
Diffstat (limited to 'libs/gst/base')
-rw-r--r--libs/gst/base/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/base/Makefile.am b/libs/gst/base/Makefile.am
index eade3fa055..8beb7cbd68 100644
--- a/libs/gst/base/Makefile.am
+++ b/libs/gst/base/Makefile.am
@@ -53,7 +53,7 @@ gir_sources=$(patsubst %,$(srcdir)/%, $(libgstbase_@GST_MAJORMINOR@_la_SOURCES))
gir_cincludes=$(patsubst %,--c-include='gst/base/%',$(libgstbase_@GST_MAJORMINOR@include_HEADERS))
GstBase-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstbase-@GST_MAJORMINOR@.la
- $(AM_V_GEN)PKG_CONFIG_PATH="$(top_builddir)/pkgconfig:$(PKG_CONFIG_PATH)" \
+ $(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \
$(INTROSPECTION_SCANNER) -v --namespace GstBase \
--nsversion=@GST_MAJORMINOR@ \
--strip-prefix=Gst \