libevent/Makefile.am

19 lines
280 B
Makefile
Raw Normal View History

2002-04-09 17:02:38 +00:00
AUTOMAKE_OPTIONS = foreign no-dependencies
2002-04-09 17:42:15 +00:00
SUBDIRS = . sample
2002-04-09 17:02:38 +00:00
EXTRA_DIST = acconfig.h
lib_LIBRARIES = libevent.a
2002-04-09 17:42:15 +00:00
libevent_a_SOURCES = event.c
libevent_a_LIBADD = @LIBOBJS@
2002-04-09 17:02:38 +00:00
include_HEADERS = event.h
2002-04-09 19:21:39 +00:00
INCLUDES = -I/usr/include -Icompat
2002-04-09 19:09:32 +00:00
2002-04-09 17:02:38 +00:00
man_MANS = event.3
2002-04-09 17:42:15 +00:00
DISTCLEANFILES = *~