[evince] [build] Fix introspection build with shave



commit d923f0e51fcd351e092933a98aea04ce44540368
Author: Christian Persch <chpe gnome org>
Date:   Tue Jun 16 18:47:57 2009 +0200

    [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 82b08a5..b62f18a 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 659bef9..ade460a 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) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]