]> git.ipfire.org Git - thirdparty/squid.git/blame - src/security/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / security / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
9a2f63e7
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
cdfb670c
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
cb0b3d63 11SUBDIRS= cert_generators cert_validators
a27cfbe0 12
cdfb670c
AJ
13noinst_LTLIBRARIES = libsecurity.la
14
aa5639dc 15libsecurity_la_SOURCES = \
a72b6e88
AJ
16 BlindPeerConnector.cc \
17 BlindPeerConnector.h \
92e3827b 18 CertError.h \
9a2f63e7 19 Context.h \
fcfdf7f9
AJ
20 EncryptorAnswer.cc \
21 EncryptorAnswer.h \
6821c276
CT
22 Handshake.cc \
23 Handshake.h \
51e09c08 24 KeyData.cc \
d1d72d43 25 KeyData.h \
f97700a0 26 LockingPointer.h \
2bcab852
CT
27 NegotiationHistory.cc \
28 NegotiationHistory.h \
a72b6e88
AJ
29 PeerConnector.cc \
30 PeerConnector.h \
9a2f63e7 31 PeerOptions.cc \
3aac8c26 32 PeerOptions.h \
474f076e
AJ
33 ServerOptions.cc \
34 ServerOptions.h \
824d4656 35 Session.cc \
aa5639dc 36 Session.h \
37 forward.h