libevent/Makefile.am

17 lines
244 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
man_MANS = event.3
2002-04-09 17:42:15 +00:00
DISTCLEANFILES = *~