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