ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/Makefile.am
Revision: 1.8
Committed: Thu Aug 25 15:05:47 2011 UTC (12 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.7 AUTOMAKE_OPTIONS = foreign
2 root 1.1
3 root 1.7 VERSION_INFO = 4:0:0
4 root 1.1
5 root 1.3 EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
6 root 1.4 ev_vars.h ev_wrap.h \
7 root 1.1 ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \
8 root 1.8 ev.3 ev.pod Symbols.ev Symbols.event
9 root 1.1
10     man_MANS = ev.3
11    
12 root 1.4 include_HEADERS = ev.h ev++.h event.h
13 root 1.1
14     lib_LTLIBRARIES = libev.la
15    
16     libev_la_SOURCES = ev.c event.c
17     libev_la_LDFLAGS = -version-info $(VERSION_INFO)
18