From 570de6881ab91bbc7afbb401c10e611bac53a507 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 6 Nov 2009 21:41:15 +0100 Subject: [PATCH] [build] Remove shave leftover Use $(LIBTOOL), not $(SHAVE_SAVED_LIBTOOL). --- 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 22f9d3be..b9a33626 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="$(SHAVE_SAVED_LIBTOOL)" \ + --libtool="$(SAVED_LIBTOOL)" \ --output $@ \ --pkg evince-document-$(EV_API_VERSION) \ -I$(top_srcdir) \ diff --git a/libview/Makefile.am b/libview/Makefile.am index 89cfa365..ef38f995 100644 --- a/libview/Makefile.am +++ b/libview/Makefile.am @@ -114,7 +114,7 @@ EvinceView-$(EV_API_VERSION).gir: libevview.la Makefile $(INST_H_FILES) --include=Gtk-2.0 \ --include=EvinceDocument-$(EV_API_VERSION) \ --library=evview \ - --libtool="$(SHAVE_SAVED_LIBTOOL)" \ + --libtool="$(LIBTOOL)" \ --output $@ \ --pkg evince-document-$(EV_API_VERSION) \ --pkg evince-view-$(EV_API_VERSION) \ -- 2.43.0