]> www.fi.muni.cz Git - evince.git/blob - properties/Makefile.am
Split the properties pages in two different objects, depend only on the
[evince.git] / properties / Makefile.am
1 NULL=
2
3 INCLUDES=                                       \
4         -DDATADIR=\"$(pkgdatadir)\"             \
5         -I$(top_srcdir)/backend                 \
6         $(SHELL_CFLAGS)                         \
7         $(EVINCE_DISABLE_DEPRECATED)            \
8         $(NULL)
9
10 noinst_LTLIBRARIES = libevproperties.la
11
12 libevproperties_la_SOURCES=                     \
13         ev-properties-view.c                    \
14         ev-properties-view.h                    \
15         $(NULL)