diff options
author | Colin Walters <walters@verbum.org> | 2010-09-30 14:38:26 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-09-30 14:38:26 -0400 |
commit | be7fdc55112b4368302b498f3a2535aec339ad84 (patch) | |
tree | ac421112cfbd19f8c9fcaddf31a0876749cd13aa /gir | |
parent | df6bd232550d8fc6f2163a81fb2921a81aeaec41 (diff) | |
download | gobject-introspection-be7fdc55112b4368302b498f3a2535aec339ad84.tar.gz |
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.
Diffstat (limited to 'gir')
-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 1281a708..8e835bc8 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 \ |