]> www.fi.muni.cz Git - evince.git/commit
Switch from .a to libtool convenience libraries.
authorOwen Taylor <otaylor@redhat.com>
Wed, 22 Dec 2004 00:44:41 +0000 (00:44 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 22 Dec 2004 00:44:41 +0000 (00:44 +0000)
commita4cf673a3347ec011ebc90b22b6541bae0b9f6b4
treec083238873e7fd943411e0bb2e1a761adf716783
parentd6198ac2024d229d47b631648fe8352ffb4d3e80
Switch from .a to libtool convenience libraries.

Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>

        * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
        .a to libtool convenience libraries.

        * shell/ev-window.c (ev_window_open): Hard code loading
        a PDF document.

        * backend/ev-document.h: Add a boolean return to load(),
        fix GError * to GError **.

        * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
        object for a PDF backend EvDocument.
12 files changed:
ChangeLog
backend/Makefile.am
backend/ev-document.c
backend/ev-document.h
pdf/fofi/Makefile.am
pdf/goo/Makefile.am
pdf/splash/Makefile.am
pdf/xpdf/Makefile.am
pdf/xpdf/pdf-document.c [new file with mode: 0644]
pdf/xpdf/pdf-document.h [new file with mode: 0644]
shell/Makefile.am
shell/ev-window.c