]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/digest/Makefile.am
Bug 5428: Warn if pkg-config is not found (#1902)
[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
ebbcff22
FC
10DIST_SUBDIRS = \
11 eDirectory \
12 file \
13 LDAP
14
d4d7f6dd
AJ
15SUBDIRS= $(DIGEST_AUTH_HELPERS)
16EXTRA_DIST= helpers.m4
616cfc4c 17
d4d7f6dd
AJ
18noinst_LTLIBRARIES= libdigest.la
19
aa5639dc 20libdigest_la_SOURCES = \
12daeef6
AJ
21 Config.cc \
22 Config.h \
616cfc4c
AJ
23 Scheme.cc \
24 Scheme.h \
aa110616
AJ
25 User.cc \
26 User.h \
616cfc4c
AJ
27 UserRequest.cc \
28 UserRequest.h