X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2FMakefile.am;h=bd3522f34e74f777d7f5966f1f900e4bfd4903ee;hb=43398c4ea1a940bc2ee2921d5811fe8ee4144a65;hp=4604706d60df2a9d04df2ba130f25fbb2abbd853;hpb=02eb16fef45712a91e24f6471b9e2f31249c888e;p=evince.git diff --git a/pdf/Makefile.am b/pdf/Makefile.am index 4604706d..bd3522f3 100644 --- a/pdf/Makefile.am +++ b/pdf/Makefile.am @@ -1,27 +1,13 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/backend \ - $(POPPLER_CFLAGS) \ - $(GTK_CFLAGS) \ - -DDATADIR=\""$(datadir)"\" - -noinst_PROGRAMS = test-gdk-output-dev + $(BACKEND_CFLAGS) \ + $(POPPLER_CFLAGS) \ + $(WARN_CXXFLAGS) \ + $(DISABLE_DEPRECATED) noinst_LTLIBRARIES = libpdfdocument.la libpdfdocument_la_SOURCES = \ - GDKSplashOutputDev.cc \ - GDKSplashOutputDev.h \ - Thumb.cc \ - Thumb.h \ - pdf-document.cc \ - pdf-document.h - -test_gdk_output_dev_SOURCES = \ - test-gdk-output-dev.cc - -test_gdk_output_dev_LDADD = \ - libpdfdocument.la \ - $(top_builddir)/backend/libevbackend.la \ - $(POPPLER_LIBS) \ - $(GTK_LIBS) + ev-poppler.cc \ + ev-poppler.h