]> www.fi.muni.cz Git - evince.git/commitdiff
[build] Fix introspection build with shave
authorChristian Persch <chpe@gnome.org>
Tue, 16 Jun 2009 16:47:57 +0000 (18:47 +0200)
committerChristian Persch <chpe@gnome.org>
Tue, 16 Jun 2009 16:56:57 +0000 (18:56 +0200)
Bug #585971.

libdocument/Makefile.am
libview/Makefile.am

index 82b08a56f564503d02785395144e3c69a3660960..b62f18ab1d7527b2327ccf7be44e37277cdcc83a 100644 (file)
@@ -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) \
index 659bef9f1741dc9f38ec04cc5531ecff80d7cf16..ade460a41b2ec8a170b31e3df0411038febf6cb7 100644 (file)
@@ -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) \