]> git.ipfire.org Git - thirdparty/squid.git/blob - src/security/Makefile.am
d3020a0061e767c1709b246c564a8ece34722166
[thirdparty/squid.git] / src / security / Makefile.am
1 ## Copyright (C) 1996-2016 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 Context.h \
20 EncryptorAnswer.cc \
21 EncryptorAnswer.h \
22 Handshake.cc \
23 Handshake.h \
24 forward.h \
25 KeyData.h \
26 LockingPointer.h \
27 NegotiationHistory.cc \
28 NegotiationHistory.h \
29 PeerConnector.cc \
30 PeerConnector.h \
31 PeerOptions.cc \
32 PeerOptions.h \
33 ServerOptions.cc \
34 ServerOptions.h \
35 Session.cc \
36 Session.h