mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
ea1d95d2fb
svn:r44
20 lines
371 B
Makefile
20 lines
371 B
Makefile
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
SUBDIRS = . sample test
|
|
|
|
EXTRA_DIST = acconfig.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 = *~
|