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 | 163d7443ea3776eeb00f85fdebebb53938924fb0 (patch) | |
tree | 76db2520365b94c3279c5fb14ef9dfc3ce585d05 /printproto.pc.in | |
parent | 61968cefee6fa47e6a2e99ac1277aa7496555d9b (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
Diffstat (limited to 'printproto.pc.in')
-rw-r--r-- | printproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/printproto.pc.in b/printproto.pc.in new file mode 100644 index 0000000..c4922c9 --- /dev/null +++ b/printproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: PrintProto +Description: Print extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |