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