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