diff options
author | Colin Walters <walters@verbum.org> | 2009-08-24 15:48:01 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-08-24 15:48:01 -0400 |
commit | 52126d9218f39775c2a26658fcbba858dabad618 (patch) | |
tree | 324d8004b0ba5ee6550bdacfb59c4af28f96be7f /gir/Makefile.am | |
parent | 7549c8053d0229a12d9196cc8abae54a01a555d0 (diff) | |
download | gobject-introspection-52126d9218f39775c2a26658fcbba858dabad618.tar.gz |
Bug 574351 - Add --pkg-export optionGOBJECT_INTROSPECTION_0_6_4
We need to differentiate between --pkg options we use to parse
ourself, and --pkg-export which are needed for library consumers.
When introspecting a library we won't necessarily have the
pkg-config file built, so add a --pkg-export line so library
authors can explicitly make the .gir -> pkg-config association.
Diffstat (limited to 'gir/Makefile.am')
-rw-r--r-- | gir/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am index d1363160..c37e0307 100644 --- a/gir/Makefile.am +++ b/gir/Makefile.am @@ -161,8 +161,8 @@ GIRepository-2.0.gir: GObject-2.0.gir $(SCANNER_BIN) $(SCANNER_LIBS) $(GIREPOSIT --include=GObject-2.0 \ --library=girepository-1.0 \ -I$(srcdir)/girepository \ - --pkg glib-2.0 \ --pkg gobject-2.0 \ + --pkg-export gobject-introspection-1.0 \ $(GIREPOSITORY_FILES) BUILT_GIRSOURCES += GIRepository-2.0.gir |