mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
db48ac0154
svn:r15
19 lines
280 B
Makefile
19 lines
280 B
Makefile
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
SUBDIRS = . sample
|
|
|
|
EXTRA_DIST = acconfig.h
|
|
|
|
lib_LIBRARIES = libevent.a
|
|
|
|
libevent_a_SOURCES = event.c
|
|
libevent_a_LIBADD = @LIBOBJS@
|
|
|
|
include_HEADERS = event.h
|
|
|
|
INCLUDES = -I/usr/include -Icompat
|
|
|
|
man_MANS = event.3
|
|
|
|
DISTCLEANFILES = *~
|