ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/Makefile.am
Revision: 1.4
Committed: Mon Mar 10 14:23:09 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_3
Changes since 1.3: +2 -2 lines
Log Message:
libstatgrab now has linux support and goes to version 0.3. ihost has only
minor bugfixes and changes, so becomes version 1.5.1. NEWS files updated
accordingly. libstatgrab shared library version numbered incremented using
the libtool rules - under the assumption that someone must have thought
about that idea, which is more than we can manage to do ;)

File Contents

# Content
1 # Makefile for libstatgrab/src
2 # http://www.i-scream.org.uk/
3 # $Id: Makefile.am,v 1.3 2003/03/07 20:17:07 tdb Exp $
4
5 include_HEADERS = statgrab.h
6 lib_LTLIBRARIES = libstatgrab.la
7
8 libstatgrab_la_LDFLAGS = -version-info 1:0:0
9
10 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