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

INCLUDES=					\
	-DEVINCE_UIDIR=\"$(pkgdatadir)\"	\
	-DGNOMELOCALEDIR=\"$(datadir)/locale\"	\
	$(LIB_CFLAGS)				\
	$(WARN_CFLAGS)				\
	$(DISABLE_DEPRECATED)			\
	$(NULL)

noinst_LTLIBRARIES = libev.la

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

libev_la_LIBADD = $(LIB_LIBS)