From d923f0e51fcd351e092933a98aea04ce44540368 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 16 Jun 2009 18:47:57 +0200 Subject: [PATCH] [build] Fix introspection build with shave Bug #585971. --- libdocument/Makefile.am | 2 +- libview/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index 82b08a56..b62f18ab 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -147,7 +147,7 @@ EvinceDocument-$(EV_API_VERSION).gir: libevdocument.la Makefile $(INST_H_FILES) --include=GdkPixbuf-2.0 \ --include=Gtk-2.0 \ --library=evdocument \ - --libtool="$(LIBTOOL)" \ + --libtool="$(SHAVE_SAVED_LIBTOOL)" \ --output $@ \ --pkg evince-document-$(EV_API_VERSION) \ -I$(top_srcdir) \ diff --git a/libview/Makefile.am b/libview/Makefile.am index 659bef9f..ade460a4 100644 --- a/libview/Makefile.am +++ b/libview/Makefile.am @@ -116,7 +116,7 @@ EvinceView-$(EV_API_VERSION).gir: libevview.la Makefile $(INST_H_FILES) --include=Gtk-2.0 \ --include=EvDocument-$(EV_API_VERSION) \ --library=evview \ - --libtool="$(LIBTOOL)" \ + --libtool="$(SHAVE_SAVED_LIBTOOL)" \ --output $@ \ --pkg evince-document-$(EV_API_VERSION) \ --pkg evince-view-$(EV_API_VERSION) \ -- 2.43.0