From 44a5ea12157e001973538d01e4620b4be80c82c9 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Tue, 04 Jan 2005 08:30:06 +0000 Subject: initial stab at implementing thumbnail support for pdfs. It only does Tue Jan 4 03:22:56 2005 Jonathan Blandford * pdf/xpdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): initial stab at implementing thumbnail support for pdfs. It only does documents with precached pdfs now. --- (limited to 'pdf/xpdf/Makefile.am') diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index bbd94e8..4e884cc 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -79,6 +79,8 @@ libxpdf_la_SOURCES = \ Stream-CCITT.h \ Stream.cc \ Stream.h \ + Thumb.cc \ + Thumb.h \ UnicodeMap.cc \ UnicodeMap.h \ UnicodeMapTables.h \ -- cgit v0.9.1