[evince] Fix introspection build for library renames



commit 4d9b2a07e14d683911863edb330dd098b9ee51ae
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Oct 4 17:50:35 2010 -0400

    Fix introspection build for library renames
    
    Use the new evdocument3 and evview3 names for the libraries when running
    g-ir-scanner.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631360

 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 7ca7fc8..43d0351 100644
--- a/libdocument/Makefile.am
+++ b/libdocument/Makefile.am
@@ -158,7 +158,7 @@ EvinceDocument-$(EV_API_VERSION).gir: libevdocument3.la Makefile $(INST_H_FILES)
 	--include=Gdk-2.0 \
 	--include=GdkPixbuf-2.0 \
 	--include=Gtk-2.0 \
-	--library=evdocument \
+	--library=evdocument3 \
 	--libtool="$(SAVED_LIBTOOL)" \
 	--output $@ \
 	--pkg evince-document-$(EV_API_VERSION) \
diff --git a/libview/Makefile.am b/libview/Makefile.am
index 5e11697..37435b4 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -131,7 +131,7 @@ EvinceView-$(EV_API_VERSION).gir: libevview3.la Makefile $(INST_H_FILES) $(filte
 	--include=GdkPixbuf-2.0 \
 	--include=Gtk-2.0 \
 	--include=EvinceDocument-$(EV_API_VERSION) \
-	--library=evview \
+	--library=evview3 \
 	--libtool="$(LIBTOOL)" \
 	--output $@ \
 	--pkg evince-document-$(EV_API_VERSION) \



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