]> 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 abc563fa1eab4398a396e13073bd0948056e4b21..cc2b9b651923c32c326bdb722b077475c38eae8a 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+## 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.
@@ -8,7 +8,11 @@
 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 \