ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/Makefile.am
Revision: 1.1
Committed: Wed Feb 19 23:09:49 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Log Message:
Created the structure and automake stuff for the source files to be
moved to a src subdirectory. This will break things until I repo-move
the actual files, which I don't want to do until Pete is happy :-)

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for libstatgrab/src
2     # http://www.i-scream.org.uk/
3     # $Id$
4    
5     include_HEADERS = statgrab.h
6     lib_LTLIBRARIES = libstatgrab.la
7    
8     libstatgrab_la_LDFLAGS = -version-info 0:0:0
9    
10     libstatgrab_la_SOURCES = cpu_stats.c disk_stats.c load_stats.c memory_stats.c network_stats.o os_info.c page_stats.c process_stats.c swap_stats.c user_stats.c