ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/Makefile.am
Revision: 1.7
Committed: Fri Oct 22 10:48:54 2010 UTC (13 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-4_01, rel-4_00, rel-4_03, rel-4_02, rel-4_04
Changes since 1.6: +2 -2 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     ev.3 ev.pod
9    
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