]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/SMB_LM/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / SMB_LM / 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
189f1e66
AJ
8include $(top_srcdir)/src/Common.am
9
8f0e29d2 10libexec_PROGRAMS = basic_smb_lm_auth
7c16470c 11
8f0e29d2 12basic_smb_lm_auth_SOURCES = \
7c16470c
AJ
13 msntauth.cc \
14 msntauth.h \
7c16470c
AJ
15 valid.cc \
16 valid.h
a2794549 17
897c8073 18EXTRA_DIST = \
897c8073 19 msntauth-v2.0.lsm \
9f3470fb 20 README.html \
6c387c69 21 required.m4
897c8073 22
7c16470c
AJ
23LDADD = \
24 $(top_builddir)/lib/smblib/libsmblib.la \
25 $(top_builddir)/lib/rfcnb/librfcnb.la \
25f98340 26 $(top_builddir)/lib/libmiscencoding.la \
7c16470c
AJ
27 $(COMPAT_LIB) \
28 $(XTRA_LIBS)
a2794549 29
189f1e66 30## we need our local files too (but avoid -I. at all costs)
01a1acbc 31AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/lib