]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/digest/Makefile.am
61f28ffd709009337ea1ea4c58e3916e608f8b8d
[thirdparty/squid.git] / src / auth / digest / Makefile.am
1 ## Copyright (C) 1996-2019 The Squid Software Foundation and contributors
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
8 include $(top_srcdir)/src/Common.am
9 include $(top_srcdir)/src/TestHeaders.am
10
11 DIST_SUBDIRS= eDirectory file LDAP
12 SUBDIRS= $(DIGEST_AUTH_HELPERS)
13 EXTRA_DIST= helpers.m4
14
15 noinst_LTLIBRARIES= libdigest.la
16
17 libdigest_la_SOURCES= \
18 Config.cc \
19 Config.h \
20 Scheme.cc \
21 Scheme.h \
22 User.cc \
23 User.h \
24 UserRequest.cc \
25 UserRequest.h