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