X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2FMakefile.am;h=bd3522f34e74f777d7f5966f1f900e4bfd4903ee;hb=848665b157185945d190a7a746d054d7f5d5e6e0;hp=dd7ccc73c4c3538a1a9a328437e427e27c4ff414;hpb=e8096c18ba580156072e8c84103bee6f6d3f0bfc;p=evince.git diff --git a/pdf/Makefile.am b/pdf/Makefile.am index dd7ccc73..bd3522f3 100644 --- a/pdf/Makefile.am +++ b/pdf/Makefile.am @@ -1,19 +1,13 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/backend \ - $(POPPLER_GLIB_CFLAGS) \ - $(GTK_CFLAGS) \ - -DDATADIR=\""$(datadir)"\" + $(BACKEND_CFLAGS) \ + $(POPPLER_CFLAGS) \ + $(WARN_CXXFLAGS) \ + $(DISABLE_DEPRECATED) noinst_LTLIBRARIES = libpdfdocument.la libpdfdocument_la_SOURCES = \ ev-poppler.cc \ ev-poppler.h - - -test_gdk_output_dev_LDADD = \ - libpdfdocument.la \ - $(top_builddir)/backend/libevbackend.la \ - $(POPPLER_LIBS) \ - $(GTK_LIBS)