summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-12 13:52:00 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-12 14:35:09 +0200
commit3c1f41ee7d51264fae86af49925c880dc319ed42 (patch)
treecae69d1a7fd8c4674037669783b973adb1b149c3 /Makefile.am
parent1c253a01a45e5736c40217c44ba30cf5490e4e53 (diff)
introspection: Build pkgconfig before all libraries and set PKG_CONFIG_PATH
This way g-ir-scanner can find the gstreamer-0.10 pkg-config file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index ea4992105..3d6ebb71d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,17 +11,17 @@ ACLOCAL_AMFLAGS = -I common/m4 -I .
aclocaldir = $(datadir)/aclocal
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
-SUBDIRS = \
+SUBDIRS = pkgconfig \
gst libs plugins tools tests \
docs \
- pkgconfig po \
+ po \
common
# These are all the possible subdirs
-DIST_SUBDIRS = \
+DIST_SUBDIRS = pkgconfig \
gst libs plugins tools tests \
docs \
- pkgconfig po \
+ po \
common
# include before EXTRA_DIST for win32 assignment