diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 22:04:21 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 22:04:21 +0000 |
commit | 60177d823918d9ef7575da27870796c1285a2032 (patch) | |
tree | 3e58d1222fe9382494e92a0019e0daea95b2d9e6 /xau.pc.in | |
parent | 62b6efa4e0012fc499d2c70bff7b99b468a0458f (diff) |
Add Xau library to lib/ and symlink.sh
Diffstat (limited to 'xau.pc.in')
-rw-r--r-- | xau.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xau.pc.in b/xau.pc.in new file mode 100644 index 0000000..e902102 --- /dev/null +++ b/xau.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xau +Description: X authorization file management libary +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lXau +Cflags: -I${includedir} |