]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ssl/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / ssl / Makefile.am
CommitLineData
5b74111a 1## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
bbc27441
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
95d2589c
CT
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11noinst_LTLIBRARIES = libsslsquid.la libsslutil.la
12
cb0b3d63 13## SSL stuff used by main Squid but not by certgen helper
95d2589c 14libsslsquid_la_SOURCES = \
b3a8ae1b
AR
15 bio.cc \
16 bio.h \
2cef0ca6
AR
17 cert_validate_message.cc \
18 cert_validate_message.h \
95d2589c
CT
19 context_storage.cc \
20 context_storage.h \
21 Config.cc \
4d16918e
CT
22 Config.h \
23 ErrorDetail.cc \
24 ErrorDetail.h \
02259ff8
CT
25 ErrorDetailManager.cc \
26 ErrorDetailManager.h \
32f1ca3f
AJ
27 PeekingPeerConnector.cc \
28 PeekingPeerConnector.h \
d9c7489e 29 ProxyCerts.h \
fd4624d7
CT
30 ServerBump.cc \
31 ServerBump.h \
4d16918e 32 support.cc \
4c264def 33 support.h \
4a77bb4e
CT
34 helper.cc \
35 helper.h
95d2589c 36
cb0b3d63 37## SSL stuff used by main Squid and certgen helper
95d2589c 38libsslutil_la_SOURCES = \
95d2589c
CT
39 gadgets.cc \
40 gadgets.h \
41 crtd_message.cc \
4c264def 42 crtd_message.h