ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/Makefile.am
Revision: 1.3
Committed: Fri Mar 7 20:17:07 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.2: +4 -2 lines
Log Message:
Added tools.c and tools.h to the Makefile. It now compiles ok on both
Solaris and Linux. Also fixed a minor compile bug in disk_stats.c - I
did check the history in CVS, and it used to be like this. The bug got
introduced in the Linux changes.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab/src
2     # http://www.i-scream.org.uk/
3 tdb 1.3 # $Id: Makefile.am,v 1.2 2003/02/28 23:52:49 tdb Exp $
4 tdb 1.1
5     include_HEADERS = statgrab.h
6     lib_LTLIBRARIES = libstatgrab.la
7    
8     libstatgrab_la_LDFLAGS = -version-info 0:0:0
9    
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