]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/negotiate_auth/SSPI/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / negotiate_auth / SSPI / Makefile.am
1 ## Copyright (C) 1996-2015 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 libexec_PROGRAMS = negotiate_sspi_auth
11
12 negotiate_sspi_auth_SOURCES = negotiate_sspi_auth.cc
13
14 LDADD = \
15 $(top_builddir)/lib/libsspwin32.la \
16 $(top_builddir)/lib/libmiscencoding.la \
17 $(COMPAT_LIB) \
18 -ladvapi32 \
19 $(XTRA_LIBS)
20
21 EXTRA_DIST = readme.txt required.m4