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