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 | 46fff69a6fd6c930838ace5c7b0c651cb29d6273 (patch) | |
tree | 74b0e33189fcc09cb70bd1295b9eabf1443bd801 /xcmiscproto.pc.in | |
parent | 092cd91e62ec32afc245ba867398588f6612dab4 (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
Diffstat (limited to 'xcmiscproto.pc.in')
-rw-r--r-- | xcmiscproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xcmiscproto.pc.in b/xcmiscproto.pc.in new file mode 100644 index 0000000..86b030a --- /dev/null +++ b/xcmiscproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XCMiscProto +Description: XCMisc extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |