ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/Makefile.am
Revision: 1.11
Committed: Mon Aug 25 12:41:38 2003 UTC (20 years, 8 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_5
Changes since 1.10: +2 -2 lines
Log Message:
Ready for the next release.

 - Update NEWS with details of new release.
   (FreeBSD bug fix, new docs, new examples)
 - Update version number to 0.5.
 - Update shared library version.
 - Move docs directory to more sensible place.

File Contents

# Content
1 # Makefile for libstatgrab/src
2 # http://www.i-scream.org/
3 # $Id: Makefile.am,v 1.10 2003/08/24 20:24:09 tdb Exp $
4
5 include_HEADERS = statgrab.h
6 lib_LTLIBRARIES = libstatgrab.la
7
8 libstatgrab_la_LDFLAGS = -version-info 1:6: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