]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Makefile.am
Separate page/scale notifications
[evince.git] / pdf / xpdf / Makefile.am
index 7c1b64374ead412dba5d0108394facc699e8cac3..4e884cc01ae8e9809e6fcb9661a483e0cf6166bf 100644 (file)
@@ -79,6 +79,8 @@ libxpdf_la_SOURCES =          \
        Stream-CCITT.h          \
        Stream.cc               \
        Stream.h                \
+       Thumb.cc                \
+       Thumb.h                 \
        UnicodeMap.cc           \
        UnicodeMap.h            \
        UnicodeMapTables.h      \
@@ -93,9 +95,13 @@ libxpdf_la_SOURCES =         \
        NameToUnicodeTable.h    \
        GDKSplashOutputDev.cc   \
        GDKSplashOutputDev.h    \
+       PSOutputDev.cc          \
+       PSOutputDev.h           \
        TextOutputDev.cc        \
        TextOutputDev.h         \
-       UTF8.h
+       UTF8.h                  \
+                               \
+       gpdf-g-switch.h
 
 # The sources at the end are put in libxpdf.a for convenience here, but are 
 # conceptually part of the apps not part of the libs.
@@ -108,6 +114,7 @@ test_gdk_output_dev_LDADD =                                         \
        $(top_builddir)/pdf/goo/libGoo.la                       \
        $(top_builddir)/pdf/fofi/libfofi.la                     \
        $(top_builddir)/pdf/splash/libsplash.la                 \
+       $(top_builddir)/backend/libevbackend.la                 \
        $(GTK_LIBS)
 
 libpdfdocument_la_SOURCES =    \
@@ -116,8 +123,9 @@ 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
 
-EXTRA_DIST = config.h
+EXTRA_DIST = xpdfconfig.h