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 | f875959fca0981f17522c6325e072391582090de (patch) | |
tree | fcf4a0535aa65a210e5c9f677d05228d574bd809 /fontsproto.pc.in | |
parent | 79c89e7f8bd4a291cc58bc18727503ab853764db (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
Diffstat (limited to 'fontsproto.pc.in')
-rw-r--r-- | fontsproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fontsproto.pc.in b/fontsproto.pc.in new file mode 100644 index 0000000..b7db169 --- /dev/null +++ b/fontsproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: FontsProto +Description: Fonts extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |