Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
blob: 9a3bd51ae39e9869d9fc994ff434a181373936fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NULL=

INCLUDES=					\
	-DEVINCE_UIDIR=\"$(pkgdatadir)\"	\
	-DGNOMELOCALEDIR=\"$(datadir)/locale\"	\
	$(SHELL_CFLAGS)				\
	$(EVINCE_DISABLE_DEPRECATED)		\
	$(NULL)

noinst_LTLIBRARIES = libev.la

libev_la_SOURCES=				\
	ev-debug.c				\
	ev-debug.h				\
	$(NULL)