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