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