1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# Process this file with autoconf to produce a pkg-config metadata file.
# Copyright 2002, 2003 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: Libntlm
Description: Library for NTLM authentication
Version: @VERSION@
Libs: -L${libdir} -lntlm
Cflags: -I${includedir}
|