ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/libstatgrab.pc.in
Revision: 1.3
Committed: Mon Jan 19 16:49:17 2004 UTC (20 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_10, LIBSTATGRAB_0_9, LIBSTATGRAB_0_8_2, LIBSTATGRAB_0_8_1
Changes since 1.2: +1 -0 lines
Log Message:
A whole bunch of minor cosmetic changes.

File Contents

# User Rev Content
1 tdb 1.3 # $Id$
2 tdb 1.1 prefix=@prefix@
3     exec_prefix=@exec_prefix@
4     libdir=@libdir@
5     includedir=@includedir@
6    
7     Name: libstatgrab
8     Description: Provides a useful interface to system statistics
9     Version: @VERSION@
10 tdb 1.2 Libs: -L${libdir} -lstatgrab @LINKFLAGS@
11 tdb 1.1 Cflags: -I${includedir}