]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/ntlm/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / auth / ntlm / Makefile.am
index 939ad072013e3c7d512a25a9a9528081e648ecaf..9cde618f219a67cd4f44244b6b06ca420fe369f7 100644 (file)
@@ -1,13 +1,24 @@
+## Copyright (C) 1996-2021 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 include $(top_srcdir)/src/Common.am
 include $(top_srcdir)/src/TestHeaders.am
 
+DIST_SUBDIRS= fake SMB_LM SSPI
+SUBDIRS= $(NTLM_AUTH_HELPERS)
+EXTRA_DIST= helpers.m4
+
 noinst_LTLIBRARIES = libntlm.la
 
 libntlm_la_SOURCES = \
+       Config.cc \
+       Config.h \
        Scheme.cc \
        Scheme.h \
-       auth_ntlm.cc \
-       auth_ntlm.h \
        User.cc \
        User.h \
        UserRequest.cc \