summaryrefslogtreecommitdiff
path: root/lib/libevent/Makefile.am
blob: 2b8605b6c39e3ad590a0f35f8db62f5bdf62d888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AUTOMAKE_OPTIONS = foreign no-dependencies

SUBDIRS = . sample

EXTRA_DIST = acconfig.h

lib_LIBRARIES = libevent.a

libevent_a_SOURCES = event.c
libevent_a_LIBADD = @LIBOBJS@

include_HEADERS = event.h

INCLUDES = -I/usr/include -Icompat

man_MANS = event.3

DISTCLEANFILES = *~