]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/digest/Makefile.am
Docs: Fix Squid-5 reference in v5 release notes (#530)
[thirdparty/squid.git] / src / auth / digest / Makefile.am
CommitLineData
f6e9a3ee 1## Copyright (C) 1996-2019 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
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
d4d7f6dd
AJ
11DIST_SUBDIRS= eDirectory file LDAP
12SUBDIRS= $(DIGEST_AUTH_HELPERS)
13EXTRA_DIST= helpers.m4
616cfc4c 14
d4d7f6dd
AJ
15noinst_LTLIBRARIES= libdigest.la
16
17libdigest_la_SOURCES= \
12daeef6
AJ
18 Config.cc \
19 Config.h \
616cfc4c
AJ
20 Scheme.cc \
21 Scheme.h \
aa110616
AJ
22 User.cc \
23 User.h \
616cfc4c
AJ
24 UserRequest.cc \
25 UserRequest.h