diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:06 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:06 +0000 |
commit | f3c7759e6dc671ab6db160e739d00133e9996296 (patch) | |
tree | c25ba05e8c9341e027018ed0097da507605eabff /xextproto.pc.in | |
parent | 474a31667a8addb29a0f115790df2910400c4081 (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
Diffstat (limited to 'xextproto.pc.in')
-rw-r--r-- | xextproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xextproto.pc.in b/xextproto.pc.in new file mode 100644 index 0000000..e85200f --- /dev/null +++ b/xextproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XExtProto +Description: XExt extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |