[gobject-introspection] gir: Explicitly specify path to girepository so libtool can find it
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] gir: Explicitly specify path to girepository so libtool can find it
- Date: Thu, 30 Sep 2010 18:50:11 +0000 (UTC)
commit be7fdc55112b4368302b498f3a2535aec339ad84
Author: Colin Walters <walters verbum org>
Date: Thu Sep 30 14:38:26 2010 -0400
gir: Explicitly specify path to girepository so libtool can find it
This was broken with the last commit to remove a lot of the special
hacks to link to girepository in the dumper.
gir/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gir/Makefile.am b/gir/Makefile.am
index 1281a70..8e835bc 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -173,7 +173,7 @@ EXTRA_DIST += glib-2.0.c gobject-2.0.c gio-2.0.c
# girepository
GIRepository-2.0.gir: GObject-2.0.gir $(top_builddir)/girepository/libgirepository-1.0.la
-GIRepository_2_0_gir_LIBS = girepository-1.0
+GIRepository_2_0_gir_LIBS = $(top_builddir)/girepository/libgirepository-1.0.la
GIRepository_2_0_gir_SCANNERFLAGS = \
--warn-all \
--identifier-prefix=GI \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]