Revision: | 1.2 |
Committed: | Mon Sep 29 08:59:21 2003 UTC (21 years, 1 month 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. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.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 | tdb | 1.2 | Libs: -L${libdir} -lstatgrab @LINKFLAGS@ |
10 | tdb | 1.1 | Cflags: -I${includedir} |