]> www.fi.muni.cz Git - evince.git/blob - lib/Makefile.am
adf16f11cdb145a1bde195895580bbd56e69b5c7
[evince.git] / lib / Makefile.am
1 NULL=
2
3 INCLUDES=                                       \
4         -DEVINCE_UIDIR=\"$(pkgdatadir)\"        \
5         -DGNOMELOCALEDIR=\"$(datadir)/locale\"  \
6         $(SHELL_CFLAGS)                         \
7         $(EVINCE_DISABLE_DEPRECATED)            \
8         $(NULL)
9
10 noinst_LTLIBRARIES = libev.la
11
12 libev_la_SOURCES=                               \
13         ev-debug.c                              \
14         ev-debug.h                              \
15         ev-file-helpers.c                       \
16         ev-file-helpers.h                       \
17         ev-gui.c                                \
18         ev-gui.h                                \
19         $(NULL)