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 | 47f7733ccc2a6deb8576b9d55a3a46c841a5560c (patch) | |
tree | 2f09933f2ced34000243daa80b812400c7c5aaf3 /videoproto.pc.in | |
parent | 60df602bf6f92eaf8f24e5c37cfbfb258ce74a20 (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
Diffstat (limited to 'videoproto.pc.in')
-rw-r--r-- | videoproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/videoproto.pc.in b/videoproto.pc.in new file mode 100644 index 0000000..5840540 --- /dev/null +++ b/videoproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: VideoProto +Description: Video extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |