From: Christian Persch Date: Tue, 16 Jun 2009 16:47:57 +0000 (+0200) Subject: [build] Fix introspection build with shave X-Git-Tag: EVINCE_2_27_4~22 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;ds=sidebyside;h=d923f0e51fcd351e092933a98aea04ce44540368;p=evince.git [build] Fix introspection build with shave Bug #585971. --- 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) \