summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-12 14:01:20 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-13 11:19:50 +0200
commitdf9b8b57b37f0ad69d136d8d0cb7af7b2069e448 (patch)
treedc41e4a96c8639eff4770b9c8df6b25108fa43ba /Makefile.am
parent39c21352e90ac6b1c8f0defe084f2e6ff684c5ca (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 files.
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 e74226bf..0f188876 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ SUBDIRS_EXT =
endif
SUBDIRS = \
+ pkgconfig \
gst-libs \
gst sys $(SUBDIRS_EXT) \
tools \
@@ -14,10 +15,10 @@ SUBDIRS = \
docs \
po \
common \
- m4 \
- pkgconfig
+ m4
DIST_SUBDIRS = \
+ pkgconfig \
docs \
gst-libs \
gst sys ext \
@@ -25,8 +26,7 @@ DIST_SUBDIRS = \
tests \
po \
common \
- m4 \
- pkgconfig
+ m4
# include before EXTRA_DIST for win32 assignment
include $(top_srcdir)/common/win32.mak