From: Christian Persch Date: Fri, 6 Nov 2009 20:41:15 +0000 (+0100) Subject: [build] Remove shave leftover X-Git-Tag: EVINCE_2_29_2~20 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=570de6881ab91bbc7afbb401c10e611bac53a507;p=evince.git [build] Remove shave leftover Use $(LIBTOOL), not $(SHAVE_SAVED_LIBTOOL). --- 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) \