ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/Makefile.am
Revision: 1.2
Committed: Fri Jun 10 12:35:17 2011 UTC (12 years, 11 months ago) by root
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 AUTOMAKE_OPTIONS = foreign no-dependencies
2    
3     VERSION_INFO = 1:0
4    
5     EXTRA_DIST = LICENSE Changes autogen.sh
6    
7     #man_MANS = ev.3
8    
9 root 1.2 include_HEADERS = eio.h ecb.h
10 root 1.1
11     lib_LTLIBRARIES = libeio.la
12    
13     libeio_la_SOURCES = eio.c xthread.h config.h
14     libeio_la_LDFLAGS = -version-info $(VERSION_INFO)
15