Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdocument/Makefile.am2
-rw-r--r--libview/Makefile.am2
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) \