Packaging: clean spec file
[platform/upstream/libgsasl.git] / libgsasl.pc.in
1 # Process this file with autoconf to produce a pkg-config metadata file.
2 # Copyright 2002-2012 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.
7
8 prefix=@prefix@
9 exec_prefix=@exec_prefix@
10 libdir=@libdir@
11 includedir=@includedir@
12
13 Name: libgsasl
14 Description: GNU Simple Authentication and Security Layer (SASL)
15 URL: http://www.gnu.org/software/gsasl/
16 Version: @VERSION@
17 Libs: -L${libdir} -lgsasl
18 Libs.private: @LTLIBGCRYPT@ @LTLIBIDN@ @LTLIBNTLM@
19 Cflags: -I${includedir}