]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/ntlm/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / ntlm / Makefile.am
CommitLineData
4ac4a490 1## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
bbc27441
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
616cfc4c
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
b817c20f
AJ
11DIST_SUBDIRS= fake SMB_LM SSPI
12SUBDIRS= $(NTLM_AUTH_HELPERS)
13EXTRA_DIST= helpers.m4
14
616cfc4c
AJ
15noinst_LTLIBRARIES = libntlm.la
16
17libntlm_la_SOURCES = \
12daeef6
AJ
18 Config.cc \
19 Config.h \
616cfc4c
AJ
20 Scheme.cc \
21 Scheme.h \
aa110616
AJ
22 User.cc \
23 User.h \
616cfc4c
AJ
24 UserRequest.cc \
25 UserRequest.h