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=848665b157185945d190a7a746d054d7f5d5e6e0;hp=b8fe1da71eb77a7139ba71584a7380a364c5489e;hpb=179af30116fcee661c68d64885f4a6fe6c0cd679;p=evince.git diff --git a/pdf/Makefile.am b/pdf/Makefile.am index b8fe1da7..bd3522f3 100644 --- a/pdf/Makefile.am +++ b/pdf/Makefile.am @@ -1,3 +1,13 @@ -SUBDIRS = goo fofi splash xpdf +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/backend \ + $(BACKEND_CFLAGS) \ + $(POPPLER_CFLAGS) \ + $(WARN_CXXFLAGS) \ + $(DISABLE_DEPRECATED) -EXTRA_DIST = aconf.h aconf2.h +noinst_LTLIBRARIES = libpdfdocument.la + +libpdfdocument_la_SOURCES = \ + ev-poppler.cc \ + ev-poppler.h