]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Makefile.am
Synched with Xpdf 0.92
[evince.git] / pdf / xpdf / Makefile.am
index c6c294d505a56cadd488a93f77cf88a8201c97f7..c3806120f6a1fb177eac0fafd1b71641f89e6107 100644 (file)
@@ -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           \