]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/basic/Makefile.am
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / auth / basic / Makefile.am
1 ## Copyright (C) 1996-2023 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 = \
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
26 SUBDIRS = $(BASIC_AUTH_HELPERS)
27 EXTRA_DIST= helpers.m4
28
29 noinst_LTLIBRARIES = libbasic.la
30
31 libbasic_la_SOURCES = \
32 Config.cc \
33 Config.h \
34 Scheme.cc \
35 Scheme.h \
36 User.cc \
37 User.h \
38 UserRequest.cc \
39 UserRequest.h