]> www.fi.muni.cz Git - evince.git/commitdiff
Fix introspection build for library renames
authorOwen W. Taylor <otaylor@fishsoup.net>
Mon, 4 Oct 2010 21:50:35 +0000 (17:50 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Tue, 5 Oct 2010 12:27:11 +0000 (08:27 -0400)
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
libview/Makefile.am

index 7ca7fc8c8ee0357c66a369550684166bfa260254..43d03519659fc3dd4534aa176ad4ee841b055005 100644 (file)
@@ -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) \
index 5e1169752354084b3d96fa025370eb7f80f6ec91..37435b421f4ee70ec3743203191e8f0c49228705 100644 (file)
@@ -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) \