summaryrefslogtreecommitdiff
path: root/Makefile.introspection
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-06-25 08:07:27 -0400
committerColin Walters <walters@verbum.org>2010-06-25 10:02:14 -0400
commitdef3d91324a43a0f85cac3524d77349c75bc08e3 (patch)
tree3b6d4b58f287e7f0cb132382fcc95afd5ca2b98c /Makefile.introspection
parentba9ce6c5266852c4b80da7e7667946b915056ce2 (diff)
downloadgobject-introspection-def3d91324a43a0f85cac3524d77349c75bc08e3.tar.gz
Move pkg-config calls before --library and --program
We need our just-built library path to override what we have from pkg-config. https://bugzilla.gnome.org/show_bug.cgi?id=605156
Diffstat (limited to 'Makefile.introspection')
-rw-r--r--Makefile.introspection4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.introspection b/Makefile.introspection
index c018f1d9..bd25ef16 100644
--- a/Makefile.introspection
+++ b/Makefile.introspection
@@ -120,10 +120,10 @@ $(1): $$($(_gir_name)_FILES)
--namespace=$(_gir_namespace) \
--nsversion=$(_gir_version) \
$(_gir_libtool) \
- $(_gir_program) \
- $(_gir_libraries) \
$(_gir_packages) \
$(_gir_includes) \
+ $(_gir_program) \
+ $(_gir_libraries) \
$($(_gir_name)_SCANNERFLAGS) \
$($(_gir_name)_CFLAGS) \
$($(_gir_name)_LDFLAGS) \