X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FMakefile.am;h=4e884cc01ae8e9809e6fcb9661a483e0cf6166bf;hb=a2f683fe644fded868c536909907282555b1b777;hp=ab814817663876569e2a99b8aa5d94429560fd14;hpb=266c00b5fb6a027c92d3b14aedbc4b1636b719d5;p=evince.git diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index ab814817..4e884cc0 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -79,6 +79,8 @@ libxpdf_la_SOURCES = \ Stream-CCITT.h \ Stream.cc \ Stream.h \ + Thumb.cc \ + Thumb.h \ UnicodeMap.cc \ UnicodeMap.h \ UnicodeMapTables.h \ @@ -97,7 +99,9 @@ libxpdf_la_SOURCES = \ 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. @@ -110,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 = \ @@ -123,4 +128,4 @@ libpdfdocument_la_LIBADD = \ $(top_builddir)/pdf/fofi/libfofi.la \ $(top_builddir)/pdf/splash/libsplash.la -EXTRA_DIST = config.h +EXTRA_DIST = xpdfconfig.h