mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
16 lines
273 B
Makefile
16 lines
273 B
Makefile
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)
|
|
|