From ffd47fa767f69c0b534037a6e067534d7d2345c9 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 05 Jul 2005 16:03:47 +0000 Subject: Support all mime types 2005-07-05 Marco Pesenti Gritti * Makefile.am: * properties/Makefile.am: * properties/ev-properties-main.c: (ev_properties_get_pages): Support all mime types * shell/Makefile.am: * thumbnailer/Makefile.am: * thumbnailer/evince-thumbnailer.c: (get_document_from_uri), (evince_thumbnail_pngenc_get): Use the document factory --- (limited to 'properties/Makefile.am') diff --git a/properties/Makefile.am b/properties/Makefile.am index 597fb5a..e00edd8 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -4,7 +4,6 @@ INCLUDES= \ -DDATADIR=\"$(pkgdatadir)\" \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -I$(top_srcdir)/backend \ - -I$(top_srcdir)/pdf \ $(PROPERTIES_CFLAGS) \ $(NAUTILUS_CFLAGS) \ $(EVINCE_DISABLE_DEPRECATED) \ @@ -33,6 +32,6 @@ libevince_properties_page_la_SOURCES = \ libevince_properties_page_la_LIBADD = \ $(PROPERTIES_LIBS) \ libevproperties.la \ - $(top_builddir)/pdf/libpdfdocument.la \ - $(top_builddir)/backend/libevbackend.la \ - $(top_builddir)/lib/libev.la + $(top_builddir)/shell/libevbackendfactory.la \ + $(top_builddir)/lib/libev.la \ + -ltiff -lz -- cgit v0.9.1