]> www.fi.muni.cz Git - evince.git/blob - ps/Makefile.am
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / ps / Makefile.am
1 INCLUDES = \
2         -I$(top_srcdir)                                         \
3         -I$(top_srcdir)/libdocument                             \
4         $(BACKEND_CFLAGS)                                       \
5         $(WARN_CFLAGS)                                          \
6         $(DISABLE_DEPRECATED)
7
8 noinst_LTLIBRARIES = libpsdocument.la
9
10 libpsdocument_la_SOURCES =      \
11         gsio.c                  \
12         gsio.h                  \
13         gstypes.h               \
14         ps.c                    \
15         ps.h                    \
16         ps-document.c           \
17         ps-document.h           \
18         ps-interpreter.c        \
19         ps-interpreter.h        \
20         gsdefaults.c            \
21         gsdefaults.h
22