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