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=14a3210c53259ad37704a4f19826fbccec5c682a;hpb=c3e1500a4815225f08e1b20dd066559e8c92c280;p=evince.git diff --git a/pdf/Makefile.am b/pdf/Makefile.am index 14a3210c..bd3522f3 100644 --- a/pdf/Makefile.am +++ b/pdf/Makefile.am @@ -1,14 +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 - -