From def3d91324a43a0f85cac3524d77349c75bc08e3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 25 Jun 2010 08:07:27 -0400 Subject: 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 --- Makefile.introspection | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.introspection') 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) \ -- cgit v1.2.1