]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/security/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / security / Makefile.am
index 6876db9c0051efb8cb592e0b67ee2ec3dd95549b..adf39e945a4acd8a1f4f0b62fc04e2288924e43c 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -8,9 +8,29 @@
 include $(top_srcdir)/src/Common.am
 include $(top_srcdir)/src/TestHeaders.am
 
+SUBDIRS= cert_generators cert_validators
+
 noinst_LTLIBRARIES = libsecurity.la
 
 libsecurity_la_SOURCES= \
+       BlindPeerConnector.cc \
+       BlindPeerConnector.h \
+       CertError.h \
        Context.h \
+       EncryptorAnswer.cc \
+       EncryptorAnswer.h \
+       Handshake.cc \
+       Handshake.h \
+       forward.h \
+       KeyData.h \
+       LockingPointer.h \
+       NegotiationHistory.cc \
+       NegotiationHistory.h \
+       PeerConnector.cc \
+       PeerConnector.h \
        PeerOptions.cc \
-       PeerOptions.h
+       PeerOptions.h \
+       ServerOptions.cc \
+       ServerOptions.h \
+       Session.cc \
+       Session.h