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