]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/negotiate/SSPI/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / auth / negotiate / SSPI / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 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
8311b837
AJ
12man_MANS = negotiate_sspi_auth.8
13
16c02b14
AJ
14negotiate_sspi_auth_SOURCES = \
15 negotiate_sspi_auth.cc
16negotiate_sspi_auth_LDADD = \
24804af2 17 $(top_builddir)/lib/libsspwin32.la \
e6936898 18 $(top_builddir)/lib/libmiscencoding.la \
8eeb87e6
AJ
19 $(COMPAT_LIB) \
20 -ladvapi32 \
21 $(XTRA_LIBS)
22
16c02b14 23EXTRA_DIST= \
8311b837 24 negotiate_sspi_auth.8 \
16c02b14 25 required.m4