File: gss.pc.in

package info (click to toggle)
gss 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,648 kB
  • ctags: 1,815
  • sloc: sh: 11,497; ansic: 9,107; python: 2,873; perl: 623; makefile: 168; sed: 16
file content (18 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Process this file with autoconf to produce a pkg-config metadata file.
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2010  Simon Josefsson
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libgss
Description: Generic Security Service API Library.
URL: http://www.gnu.org/software/gss/
Version: @VERSION@
Libs: -L${libdir} -lgss
Cflags: -I${includedir}