]> www.fi.muni.cz Git - evince.git/blob - comics/Makefile.am
Do not include ev-poppler.h when pdf is disabled.
[evince.git] / comics / Makefile.am
1 INCLUDES =                      \
2         -I$(top_srcdir)         \
3         -I$(top_srcdir)/backend \
4         -I$(top_srcdir)/lib     \
5         $(LIB_CFLAGS)
6
7 noinst_LTLIBRARIES = libcomicsdocument.la
8
9 libcomicsdocument_la_SOURCES = \
10         comics-document.c      \
11         comics-document.h
12