]> git.ipfire.org Git - thirdparty/squid.git/blame - lib/ntlmauth/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / lib / ntlmauth / Makefile.am
CommitLineData
5b74111a 1## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
9c89cd13
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
7c16470c
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
01a1acbc 11AM_CPPFLAGS += -I$(top_srcdir)/lib
7c16470c
AJ
12
13noinst_LTLIBRARIES = libntlmauth.la
14
15libntlmauth_la_SOURCES = \
16 ntlmauth.cc \
17 ntlmauth.h \
5fc112ea
AJ
18 support_bits.cci \
19 support_endian.h