]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/digest/Makefile.am
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / auth / digest / Makefile.am
index 7a946dea08c670dda1a64440fd379f7d9a4260d1..cc2b9b651923c32c326bdb722b077475c38eae8a 100644 (file)
@@ -1,12 +1,25 @@
+## Copyright (C) 1996-2023 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
 
-noinst_LTLIBRARIES = libdigest.la
+DIST_SUBDIRS= eDirectory file LDAP
+SUBDIRS= $(DIGEST_AUTH_HELPERS)
+EXTRA_DIST= helpers.m4
+
+noinst_LTLIBRARIES= libdigest.la
 
 libdigest_la_SOURCES = \
+       Config.cc \
+       Config.h \
        Scheme.cc \
        Scheme.h \
-       auth_digest.cc \
-       auth_digest.h \
+       User.cc \
+       User.h \
        UserRequest.cc \
        UserRequest.h