]> git.ipfire.org Git - thirdparty/squid.git/blob - src/security/Makefile.am
Source Format Enforcement (#963)
[thirdparty/squid.git] / src / security / Makefile.am
1 ## Copyright (C) 1996-2022 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 SUBDIRS= cert_generators cert_validators
12
13 noinst_LTLIBRARIES = libsecurity.la
14
15 libsecurity_la_SOURCES = \
16 BlindPeerConnector.cc \
17 BlindPeerConnector.h \
18 CertError.h \
19 CommunicationSecrets.cc \
20 CommunicationSecrets.h \
21 Context.h \
22 EncryptorAnswer.cc \
23 EncryptorAnswer.h \
24 ErrorDetail.cc \
25 ErrorDetail.h \
26 Handshake.cc \
27 Handshake.h \
28 Io.cc \
29 Io.h \
30 KeyData.cc \
31 KeyData.h \
32 KeyLog.cc \
33 KeyLog.h \
34 KeyLogger.cc \
35 KeyLogger.h \
36 LockingPointer.h \
37 NegotiationHistory.cc \
38 NegotiationHistory.h \
39 PeerConnector.cc \
40 PeerConnector.h \
41 PeerOptions.cc \
42 PeerOptions.h \
43 ServerOptions.cc \
44 ServerOptions.h \
45 Session.cc \
46 Session.h \
47 forward.h