Remove.
[shishi.git] / shishi.pc.in
blob6b54ce45e48efed5ae31d33254ff6f8aabb8b9e7
1 # Process this file with autoconf to produce a pkg-config metadata file.
2 # Copyright 2002, 2003, 2004  Simon Josefsson
3
4 # This file is free software; as a special exception the author gives
5 # unlimited permission to copy and/or distribute it, with or without
6 # modifications, as long as this notice is preserved.
7
8 # This file is distributed in the hope that it will be useful, but
9 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12 prefix=@prefix@
13 exec_prefix=@exec_prefix@
14 libdir=@libdir@
15 includedir=@includedir@
17 Name: Shishi
18 Description: Implementation of RFC 1510(bis).
19 Version: @VERSION@
20 Libs: -L${libdir} -lshishi
21 Cflags: -I${includedir}