]> git.ipfire.org Git - thirdparty/squid.git/blame - src/security/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / security / Makefile.am
CommitLineData
ef57eb7b 1## Copyright (C) 1996-2016 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
11noinst_LTLIBRARIES = libsecurity.la
12
13libsecurity_la_SOURCES= \
9a2f63e7 14 Context.h \
fcfdf7f9
AJ
15 EncryptorAnswer.cc \
16 EncryptorAnswer.h \
17 forward.h \
d1d72d43 18 KeyData.h \
f97700a0 19 LockingPointer.h \
2bcab852
CT
20 NegotiationHistory.cc \
21 NegotiationHistory.h \
9a2f63e7 22 PeerOptions.cc \
3aac8c26 23 PeerOptions.h \
474f076e
AJ
24 ServerOptions.cc \
25 ServerOptions.h \
3aac8c26 26 Session.h