]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/SSPI/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / SSPI / Makefile.am
CommitLineData
bde978a6 1## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
5b95b903
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
5a48ed18
AJ
8include $(top_srcdir)/src/Common.am
9
10## we need our local files too (but avoid -I. at all costs)
01a1acbc 11AM_CPPFLAGS += -I$(srcdir)
5a48ed18 12
8e8f5668 13if ENABLE_WIN32SPECIFIC
5a48ed18 14libexec_PROGRAMS = basic_sspi_auth
8e8f5668 15endif
5a48ed18 16
8e8f5668
AJ
17basic_sspi_auth_SOURCES = \
18 basic_sspi_auth.cc \
19 valid.cc valid.h
20basic_sspi_auth_CXXFLAGS = -Wl,--enable-auto-import
5a48ed18 21basic_sspi_auth_LDADD = \
6b9cb906
AJ
22 $(top_builddir)/lib/libsspwin32.la \
23 $(top_builddir)/lib/libmiscencoding.la \
5a48ed18 24 $(COMPAT_LIB) \
8e8f5668 25 -lnetapi32 -ladvapi32 \
5a48ed18
AJ
26 $(XTRA_LIBS)
27
8e8f5668 28man_MANS = basic_sspi_auth.8
6c387c69 29EXTRA_DIST = basic_sspi_auth.8 required.m4