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:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-18 20:32:18 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-18 20:32:18 (GMT)
commit7aac8dc8533347e21311b15186e0af82f1b22fd6 (patch)
tree02650bb02c8a1d8468c22f50ff151885d233016b /pdf/xpdf/Makefile.am
parentd99fb4f4acd14fcdbda968abd907547dcc7af40c (diff)
Synched with Xpdf 0.92
this adds "decryption" support testing this code after six weeks immediately gives me segfaults (image drawing) :-O must have fixed that later without knowing :-O
Diffstat (limited to 'pdf/xpdf/Makefile.am')
-rw-r--r--pdf/xpdf/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index c6c294d..c380612 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -26,6 +26,8 @@ common_sources = \
Catalog.cc \
Catalog.h \
CompactFontInfo.h \
+ Decrypt.cc \
+ Decrypt.h \
Dict.cc \
Dict.h \
Error.cc \
@@ -35,6 +37,8 @@ common_sources = \
FontFile.cc \
FontFile.h \
FontInfo.h \
+ FormWidget.cc \
+ FormWidget.h \
Gfx.cc \
Gfx.h \
GfxFont.cc \
@@ -101,6 +105,12 @@ bonobo_application_x_pdf_LDADD = \
xpdf_SOURCES = \
$(common_sources) \
XOutputDev.cc \
+ SFont.cc \
+ SFont.h \
+ T1Font.cc \
+ T1Font.h \
+ TTFont.cc \
+ TTFont.h \
LTKOutputDev.cc \
PSOutputDev.cc \
PSOutputDev.h \