]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/basic/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / auth / basic / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 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
03901cf8
AJ
11DIST_SUBDIRS = \
12 DB \
13 fake \
14 getpwnam \
15 LDAP \
16 NCSA \
17 NIS \
18 PAM \
19 POP3 \
20 RADIUS \
21 SASL \
22 SMB \
23 SMB_LM \
24 SSPI
25
26SUBDIRS = $(BASIC_AUTH_HELPERS)
27EXTRA_DIST= helpers.m4
28
616cfc4c
AJ
29noinst_LTLIBRARIES = libbasic.la
30
31libbasic_la_SOURCES = \
12daeef6
AJ
32 Config.cc \
33 Config.h \
616cfc4c
AJ
34 Scheme.cc \
35 Scheme.h \
aa110616
AJ
36 User.cc \
37 User.h \
616cfc4c
AJ
38 UserRequest.cc \
39 UserRequest.h