X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2FMakefile.am;h=dd7ccc73c4c3538a1a9a328437e427e27c4ff414;hb=6875ff1f9d071a2236ed4725d29aceb9572c58eb;hp=b8fe1da71eb77a7139ba71584a7380a364c5489e;hpb=179af30116fcee661c68d64885f4a6fe6c0cd679;p=evince.git diff --git a/pdf/Makefile.am b/pdf/Makefile.am index b8fe1da7..dd7ccc73 100644 --- a/pdf/Makefile.am +++ b/pdf/Makefile.am @@ -1,3 +1,19 @@ -SUBDIRS = goo fofi splash xpdf +INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/backend \ + $(POPPLER_GLIB_CFLAGS) \ + $(GTK_CFLAGS) \ + -DDATADIR=\""$(datadir)"\" -EXTRA_DIST = aconf.h aconf2.h +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)