]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Makefile.am
hook up potentially-questionable "find results status text" feature -
[evince.git] / pdf / xpdf / Makefile.am
index 7c1b64374ead412dba5d0108394facc699e8cac3..ab814817663876569e2a99b8aa5d94429560fd14 100644 (file)
@@ -93,6 +93,8 @@ libxpdf_la_SOURCES =          \
        NameToUnicodeTable.h    \
        GDKSplashOutputDev.cc   \
        GDKSplashOutputDev.h    \
+       PSOutputDev.cc          \
+       PSOutputDev.h           \
        TextOutputDev.cc        \
        TextOutputDev.h         \
        UTF8.h
@@ -116,6 +118,7 @@ libpdfdocument_la_SOURCES = \
 
 libpdfdocument_la_LIBADD =                                     \
        libxpdf.la                                              \
+       $(top_builddir)/backend/libevbackend.la                 \
        $(top_builddir)/pdf/goo/libGoo.la                       \
        $(top_builddir)/pdf/fofi/libfofi.la                     \
        $(top_builddir)/pdf/splash/libsplash.la