]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/ntlm_auth/SSPI/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / ntlm_auth / SSPI / Makefile.am
1 ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 include $(top_srcdir)/src/Common.am
9
10 man_MANS = ntlm_sspi_auth.8
11
12 libexec_PROGRAMS = ntlm_sspi_auth
13
14 ntlm_sspi_auth_SOURCES = ntlm_sspi_auth.cc
15
16 LDADD = \
17 $(top_builddir)/lib/ntlmauth/libntlmauth.la \
18 -L$(top_builddir)/lib -lsspwin32 \
19 $(top_builddir)/lib/libmiscencoding.la \
20 $(COMPAT_LIB) \
21 -lnetapi32 \
22 -ladvapi32 \
23 $(XTRA_LIBS)
24
25 EXTRA_DIST = ntlm_sspi_auth.8 required.m4