mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
251c7f6808
svn:r48
21 lines
390 B
Makefile
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 = *~
|