]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/basic/SMB_LM/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / basic / SMB_LM / Makefile.am
CommitLineData
4ac4a490 1## Copyright (C) 1996-2017 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
189f1e66
AJ
8include $(top_srcdir)/src/Common.am
9
03901cf8 10libexec_PROGRAMS= basic_smb_lm_auth
7c16470c 11
03901cf8 12basic_smb_lm_auth_SOURCES= \
7c16470c
AJ
13 msntauth.cc \
14 msntauth.h \
7c16470c
AJ
15 valid.cc \
16 valid.h
03901cf8 17basic_smb_lm_auth_LDADD= \
7c16470c
AJ
18 $(top_builddir)/lib/smblib/libsmblib.la \
19 $(top_builddir)/lib/rfcnb/librfcnb.la \
25f98340 20 $(top_builddir)/lib/libmiscencoding.la \
7c16470c
AJ
21 $(COMPAT_LIB) \
22 $(XTRA_LIBS)
a2794549 23
03901cf8
AJ
24EXTRA_DIST= \
25 msntauth-v2.0.lsm \
26 README.html \
27 required.m4