ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/Makefile.am
Revision: 1.7
Committed: Sat Mar 22 13:05:24 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_3_3
Changes since 1.6: +2 -2 lines
Log Message:
Version 0.3.3. Bug fixed in the wraparound code.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab/src
2     # http://www.i-scream.org.uk/
3 tdb 1.7 # $Id: Makefile.am,v 1.6 2003/03/21 15:11:54 tdb Exp $
4 tdb 1.1
5     include_HEADERS = statgrab.h
6     lib_LTLIBRARIES = libstatgrab.la
7    
8 tdb 1.7 libstatgrab_la_LDFLAGS = -version-info 1:3:0
9 tdb 1.1
10 tdb 1.3 libstatgrab_la_SOURCES = cpu_stats.c disk_stats.c load_stats.c memory_stats.c network_stats.c os_info.c page_stats.c process_stats.c swap_stats.c user_stats.c tools.c
11    
12     noinst_HEADERS = tools.h