X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FMakefile.am;h=c3806120f6a1fb177eac0fafd1b71641f89e6107;hb=7aac8dc8533347e21311b15186e0af82f1b22fd6;hp=c6c294d505a56cadd488a93f77cf88a8201c97f7;hpb=d99fb4f4acd14fcdbda968abd907547dcc7af40c;p=evince.git diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index c6c294d5..c3806120 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 \