Bump versions.
[gsasl.git] / lib / libgsasl.pc.in
blob3eaeb3a997013f23a44cf2b670b4947ab8f5e10a
1 # Process this file with autoconf to produce a pkg-config metadata file.
2 # Copyright 2002, 2003, 2004  Simon Josefsson
3
4 # Copying and distribution of this file, with or without modification,
5 # are permitted in any medium without royalty provided the copyright
6 # notice and this notice are preserved.
8 prefix=@prefix@
9 exec_prefix=@exec_prefix@
10 libdir=@libdir@
11 includedir=@includedir@
13 Name: libgsasl
14 Description: GNU Simple Authentication and Security Layer (SASL)
15 Version: @VERSION@
16 Libs: -L${libdir} -lgsasl
17 Cflags: -I${includedir}