diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-13 19:44:25 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-13 19:44:25 +0000 |
commit | dbedf673f50e0baf6d5af60f60dbd16368071ed4 (patch) | |
tree | 49965c7b8eb406ecf0c22e637bfde345a2271a23 /xtst.pc.in | |
parent | e2cdce7dab4c62bdfcff33ee9270f6a7703352ef (diff) |
- Add Xtst to symlink.sh
- Add Xtst build system
Diffstat (limited to 'xtst.pc.in')
-rw-r--r-- | xtst.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xtst.pc.in b/xtst.pc.in new file mode 100644 index 0000000..cded463 --- /dev/null +++ b/xtst.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xtst +Description: The Xtst Library +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} @DEP_CFLAGS@ +Libs: -L${libdir} -lXtst @DEP_LIBS@ + |