ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/libstatgrab.pc.in
Revision: 1.2
Committed: Mon Sep 29 08:59:21 2003 UTC (20 years, 6 months ago) by tdb
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_8, LIBSTATGRAB_0_7, LIBSTATGRAB_0_6_1, LIBSTATGRAB_0_6
Changes since 1.1: +1 -1 lines
Log Message:
Seperate out the flags used to link against libstatgrab. We use them to
compile the examples and statgrab. They're also in the pkg-config file to
allow other app's to know which libraries they'll need.

File Contents

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