[gobject-introspection] Move pkg-config calls before --library and --program
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Move pkg-config calls before --library and --program
- Date: Fri, 25 Jun 2010 14:02:21 +0000 (UTC)
commit def3d91324a43a0f85cac3524d77349c75bc08e3
Author: Colin Walters <walters verbum org>
Date: Fri Jun 25 08:07:27 2010 -0400
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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.introspection b/Makefile.introspection
index c018f1d..bd25ef1 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) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]