]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/digest/Makefile.am
Fix "make check" to test headers (#1463)
[thirdparty/squid.git] / src / auth / digest / Makefile.am
CommitLineData
b8ae064d 1## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
bbc27441
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
616cfc4c 8include $(top_srcdir)/src/Common.am
616cfc4c 9
d4d7f6dd
AJ
10DIST_SUBDIRS= eDirectory file LDAP
11SUBDIRS= $(DIGEST_AUTH_HELPERS)
12EXTRA_DIST= helpers.m4
616cfc4c 13
d4d7f6dd
AJ
14noinst_LTLIBRARIES= libdigest.la
15
aa5639dc 16libdigest_la_SOURCES = \
12daeef6
AJ
17 Config.cc \
18 Config.h \
616cfc4c
AJ
19 Scheme.cc \
20 Scheme.h \
aa110616
AJ
21 User.cc \
22 User.h \
616cfc4c
AJ
23 UserRequest.cc \
24 UserRequest.h