From f332d42bc834d6a7b0ec58bb8e073e63bc619f63 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Mon, 18 Apr 2005 20:37:04 +0000 Subject: New files, handling the mapping from mimetypes to backends 2005-04-18 David Malcolm * shell/ev-document-types.h: * shell/ev-document-types.c: New files, handling the mapping from mimetypes to backends * shell/ev-window.c: * thumbnailer/evince-thumbnailer.c: Use the ev-document-types code * shell/Makefile.am: Added new convenience library libevbackendfactory_la, containing the new mimetype->backend logic; moved the backends into it. * thumbnailer/Makefile.am: Make the thumbnailer link with the libevbackend.la convenience library, rather than having a duplicate of the backend logic here. --- (limited to 'thumbnailer/Makefile.am') diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am index c74910e..81575eb 100644 --- a/thumbnailer/Makefile.am +++ b/thumbnailer/Makefile.am @@ -7,6 +7,7 @@ INCLUDES= \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/pdf \ -I$(top_srcdir)/backend \ + -I$(top_srcdir)/shell \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ $(THUMBNAILER_CFLAGS) \ @@ -19,11 +20,10 @@ evince_thumbnailer_SOURCES= \ evince-thumbnailer.c $(NULL) -evince_thumbnailer_LDADD= \ - $(THUMBNAILER_LIBS) \ +evince_thumbnailer_LDADD= \ + $(THUMBNAILER_LIBS) \ $(top_builddir)/lib/libev.la \ - $(top_builddir)/pdf/libpdfdocument.la \ - $(top_builddir)/backend/libevbackend.la \ + $(top_builddir)/shell/libevbackendfactory.la \ $(NULL) pixmapdir = $(pkgdatadir) -- cgit v0.9.1