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 | 19bc22d68a990a2498934695f4d938519345a1b0 (patch) | |
tree | 4617ed017b8e34aba127c6ef37a22ebb92ab87f4 /kbproto.pc.in | |
parent | aaef7b5591cfaaa08ca1d03b113e04dd726059a1 (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
Diffstat (limited to 'kbproto.pc.in')
-rw-r--r-- | kbproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kbproto.pc.in b/kbproto.pc.in new file mode 100644 index 0000000..02a6d44 --- /dev/null +++ b/kbproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: KBProto +Description: KB extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |