diff options
Diffstat (limited to 'third_party/heimdal/tools/heimdal-gssapi.pc.in')
-rw-r--r-- | third_party/heimdal/tools/heimdal-gssapi.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/heimdal/tools/heimdal-gssapi.pc.in b/third_party/heimdal/tools/heimdal-gssapi.pc.in new file mode 100644 index 0000000..41adefe --- /dev/null +++ b/third_party/heimdal/tools/heimdal-gssapi.pc.in @@ -0,0 +1,14 @@ +# $Id$ +prefix=@prefix@ +exec_prefix=${prefix} +libdir=@libdir@ +includedir=@includedir@ + +Name: @PACKAGE@ +Description: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD style license. +Version: @VERSION@ +URL: http://www.pdc.kth.se/heimdal/ +Requires.private: heimdal-krb5 +Libs: -L${libdir} -lgssapi +Libs.private: -lheimntlm @LIB_crypt@ +Cflags: -I${includedir} |