]> www.fi.muni.cz Git - evince.git/blob - backend/ps/Makefile.am
Do not include ev-poppler.h when pdf is disabled.
[evince.git] / backend / ps / Makefile.am
1 INCLUDES = \
2         -I$(top_srcdir)                                         \
3         -I$(top_srcdir)/libdocument                             \
4         $(BACKEND_CFLAGS)                                       \
5         $(WARN_CFLAGS)
6
7 #       $(DISABLE_DEPRECATED)
8
9 noinst_LTLIBRARIES = libpsdocument.la
10
11 libpsdocument_la_SOURCES =      \
12         gsio.c                  \
13         gsio.h                  \
14         gstypes.h               \
15         ps.c                    \
16         ps.h                    \
17         ps-document.c           \
18         ps-document.h           \
19         gsdefaults.c            \
20         gsdefaults.h
21