]> www.fi.muni.cz Git - evince.git/blob - pdf/Makefile.am
Remove pixbuf backend for now
[evince.git] / pdf / Makefile.am
1 INCLUDES =                                      \
2         -I$(top_srcdir)                         \
3         -I$(top_srcdir)/backend                 \
4         $(POPPLER_GLIB_CFLAGS)                  \
5         $(GTK_CFLAGS)                           \
6         -DDATADIR=\""$(datadir)"\"
7
8 noinst_LTLIBRARIES = libpdfdocument.la
9
10 libpdfdocument_la_SOURCES =                     \
11         ev-poppler.cc                           \
12         ev-poppler.h
13
14
15 test_gdk_output_dev_LDADD =                     \
16         libpdfdocument.la                       \
17         $(top_builddir)/backend/libevbackend.la \
18         $(POPPLER_LIBS)                         \
19         $(GTK_LIBS)