X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FMakefile.am;h=bbd94e8fec3873acc88d1baf445fcc3e9662c3b3;hb=81ab197b294eaaba8b6b99bf2c259c5adb1e2251;hp=9676c009c4d83733c1431c456caeca8c0c34454b;hpb=6c3ca0cf2c626fce12897ea0937c07f2d7863d2f;p=evince.git diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index 9676c009..bbd94e8f 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -97,7 +97,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 +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)/backend/libevbackend.la \ $(GTK_LIBS) libpdfdocument_la_SOURCES = \ @@ -118,8 +121,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