]> www.fi.muni.cz Git - evince.git/blob - ps/Makefile.am
Some more sanitization of the ps backend. Remove a lot of unused code and
[evince.git] / ps / Makefile.am
1 INCLUDES = \
2         -I$(top_srcdir)                                         \
3         -I$(top_srcdir)/backend                                 \
4         -I$(top_srcdir)/lib                                     \
5         -DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\"   \
6         $(PS_CFLAGS)
7
8 noinst_LTLIBRARIES = libgtkgs.la
9
10 libgtkgs_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         gsdefaults.c    \
19         gsdefaults.h