]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Makefile.am
Fix document title bugs and fallback to filename when not available.
[evince.git] / pdf / xpdf / Makefile.am
index 9676c009c4d83733c1431c456caeca8c0c34454b..bbd94e8fec3873acc88d1baf445fcc3e9662c3b3 100644 (file)
@@ -97,7 +97,9 @@ libxpdf_la_SOURCES =          \
        PSOutputDev.h           \
        TextOutputDev.cc        \
        TextOutputDev.h         \
        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.
 
 # 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.
@@ -110,6 +112,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)/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 =    \
        $(GTK_LIBS)
 
 libpdfdocument_la_SOURCES =    \
@@ -118,8 +121,9 @@ libpdfdocument_la_SOURCES = \
 
 libpdfdocument_la_LIBADD =                                     \
        libxpdf.la                                              \
 
 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
 
        $(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