]> git.ipfire.org Git - thirdparty/squid.git/blob - src/security/Makefile.am
Wipe initial experiments
[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 Context.h \
17 EncryptorAnswer.cc \
18 EncryptorAnswer.h \
19 Handshake.cc \
20 Handshake.h \
21 forward.h \
22 KeyData.h \
23 LockingPointer.h \
24 NegotiationHistory.cc \
25 NegotiationHistory.h \
26 PeerOptions.cc \
27 PeerOptions.h \
28 ServerOptions.cc \
29 ServerOptions.h \
30 Session.cc \
31 Session.h