]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/negotiate_auth/SSPI/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / negotiate_auth / SSPI / Makefile.am
CommitLineData
ef57eb7b 1## Copyright (C) 1996-2016 The Squid Software Foundation and contributors
ca02e0ec
AJ
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
8eeb87e6
AJ
8include $(top_srcdir)/src/Common.am
9
10libexec_PROGRAMS = negotiate_sspi_auth
11
12negotiate_sspi_auth_SOURCES = negotiate_sspi_auth.cc
13
24804af2
AJ
14LDADD = \
15 $(top_builddir)/lib/libsspwin32.la \
e6936898 16 $(top_builddir)/lib/libmiscencoding.la \
8eeb87e6
AJ
17 $(COMPAT_LIB) \
18 -ladvapi32 \
19 $(XTRA_LIBS)
20
5eabe4b4 21EXTRA_DIST = readme.txt required.m4