mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
273 B
16 lines
273 B
16 years ago
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||
|
|
||
|
VERSION_INFO = 1:0
|
||
|
|
||
|
EXTRA_DIST = LICENSE Changes autogen.sh
|
||
|
|
||
|
#man_MANS = ev.3
|
||
|
|
||
|
include_HEADERS = eio.h
|
||
|
|
||
|
lib_LTLIBRARIES = libeio.la
|
||
|
|
||
|
libeio_la_SOURCES = eio.c xthread.h config.h
|
||
|
libeio_la_LDFLAGS = -version-info $(VERSION_INFO)
|
||
|
|