ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/Makefile.am
Revision: 1.18
Committed: Mon Jan 19 16:38:56 2004 UTC (20 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.17: +2 -2 lines
Log Message:
Update relevant files for release of 0.8.1.

File Contents

# User Rev Content
1 tdb 1.12 # Makefile for libstatgrab/src/libstatgrab
2 tdb 1.10 # http://www.i-scream.org/
3 tdb 1.18 # $Id: Makefile.am,v 1.17 2004/01/05 17:24:55 tdb Exp $
4 tdb 1.1
5     include_HEADERS = statgrab.h
6     lib_LTLIBRARIES = libstatgrab.la
7    
8 tdb 1.18 libstatgrab_la_LDFLAGS = -version-info 3:1:2
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