Sync with TP.
[libidn.git] / libidn.pc.in
blob4ee48426d75a9a0e3c77c661e714bb218823482b
1 # Process this file with autoconf to produce a pkg-config metadata file.
2 # Copyright 2002, 2004, 2005, 2006, 2007  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: Libidn
18 Description: IETF stringprep, nameprep, punycode, IDNA text processing.
19 Version: @VERSION@
20 Libs: -L${libdir} -lidn
21 Cflags: -I${includedir}