Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
blob: 148ed613a3ade434c32014312a01892132f01d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDES =					\
	$(LIB_CFLAGS)				\
	$(WARN_CFLAGS)				\
	$(DISABLE_DEPRECATED)

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

libev_la_LIBADD = 					\
	$(top_builddir)/backend/libevbackend.la