ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/Makefile.am
Revision: 1.22
Committed: Sun Apr 4 21:17:58 2004 UTC (20 years, 1 month ago) by ats
Branch: MAIN
Changes since 1.21: +3 -3 lines
Log Message:
Add generic vector-handling code. This can be used to implement
resizable arrays of objects with optional initialisation/destruction
functions.

File Contents

# Content
1 # Makefile for libstatgrab/src/libstatgrab
2 # http://www.i-scream.org/libstatgrab/
3 # $Id: Makefile.am,v 1.21 2004/03/08 14:27:32 tdb Exp $
4
5 include_HEADERS = statgrab.h
6 lib_LTLIBRARIES = libstatgrab.la
7
8 libstatgrab_la_LDFLAGS = -version-info 4:0:3
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 vector.c
11
12 noinst_HEADERS = tools.h vector.h