1# Process this file with autoconf to produce a pkg-config metadata file.
2# Copyright (C) 2003-2014 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
8prefix=@prefix@
9exec_prefix=@exec_prefix@
10libdir=@libdir@
11includedir=@includedir@
12
13Name: libgss
14Description: Generic Security Service API Library.
15URL: http://www.gnu.org/software/gss/
16Version: @VERSION@
17Libs: -L${libdir} -lgss
18Cflags: -I${includedir}
19