Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Makefile.am
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-01-04 08:30:06 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-01-04 08:30:06 (GMT)
commit44a5ea12157e001973538d01e4620b4be80c82c9 (patch)
treec1195811ad6fe1f02f8d891a72946a870b066249 /pdf/xpdf/Makefile.am
parentebc72ce5deb2057b5c1445c6618262e23a63a9ac (diff)
initial stab at implementing thumbnail support for pdfs. It only does
Tue Jan 4 03:22:56 2005 Jonathan Blandford <jrb@redhat.com> * 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.
Diffstat (limited to 'pdf/xpdf/Makefile.am')
-rw-r--r--pdf/xpdf/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \