ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/Makefile.am
Revision: 1.3
Committed: Wed Feb 19 20:55:12 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.2: +3 -1 lines
Log Message:
Specified the version number. Not that I really understand them though,
libtool seems a little confusing ;)

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab
2     # http://www.i-scream.org.uk/
3 tdb 1.3 # $Id: Makefile.am,v 1.2 2003/02/19 18:49:18 tdb Exp $
4 tdb 1.1
5     AUTOMAKE_OPTIONS = gnu
6    
7     include_HEADERS = statgrab.h
8 tdb 1.2 lib_LTLIBRARIES = libstatgrab.la
9 tdb 1.3
10     libstatgrab_la_LDFLAGS = -version-info 0:0:0
11 tdb 1.2
12     libstatgrab_la_SOURCES = cpu_stats.c disk_stats.c load_stats.c memory_stats.c network_stats.o os_info.c page_stats.c process_stats.c swap_stats.c user_stats.c
13 tdb 1.1
14     ChangeLog:
15     cvs2cl --stdout --no-wrap -r -t -w -S -g "-d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream" -g "-q" > ChangeLog