Revision: | 1.4 |
Committed: | Mon Jun 21 21:41:45 2004 UTC (20 years, 4 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | LIBSTATGRAB_0_17, LIBSTATGRAB_0_16, LIBSTATGRAB_0_15, LIBSTATGRAB_0_14, LIBSTATGRAB_0_13, LIBSTATGRAB_0_12, LIBSTATGRAB_0_11_1, LIBSTATGRAB_0_11, LIBSTATGRAB_0_10_3, LIBSTATGRAB_0_10_2, LIBSTATGRAB_0_10_1, HEAD |
Changes since 1.3: | +5 -1 lines |
Log Message: | Add three variables to the pkg-config file: bin_owner, bin_group, bin_perm The purpose of these variables is to suggest the required owner, group and permissions that might be used to make a binary using libstatgrab work fully. I'm not sure if this is the "best" way of doing this, but it seems like a reasonable idea. |
# | Content |
---|---|
1 | # $Id: libstatgrab.pc.in,v 1.3 2004/01/19 16:49:17 tdb Exp $ |
2 | prefix=@prefix@ |
3 | exec_prefix=@exec_prefix@ |
4 | libdir=@libdir@ |
5 | includedir=@includedir@ |
6 | |
7 | bin_owner=@BIN_OWNER@ |
8 | bin_group=@BIN_GROUP@ |
9 | bin_perm=@BIN_PERM@ |
10 | |
11 | Name: libstatgrab |
12 | Description: Provides a useful interface to system statistics |
13 | Version: @VERSION@ |
14 | Libs: -L${libdir} -lstatgrab @LINKFLAGS@ |
15 | Cflags: -I${includedir} |