libevent/Makefile.am
Niels Provos 251c7f6808 sync
svn:r48
2003-03-08 14:41:00 +00:00

21 lines
390 B
Makefile

AUTOMAKE_OPTIONS = foreign no-dependencies
SUBDIRS = . sample test
EXTRA_DIST = acconfig.h evsignal.h \
test/Makefile.in compat/err.h compat/sys/queue.h \
compat/sys/tree.h compat/sys/_time.h
lib_LIBRARIES = libevent.a
libevent_a_SOURCES = event.c
libevent_a_LIBADD = @LIBOBJS@
include_HEADERS = event.h
INCLUDES = -Icompat
man_MANS = event.3
DISTCLEANFILES = *~