]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/security/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / security / Makefile.am
index debbb0740fa7950662ca5f1a7f2d49691eb00185..adf39e945a4acd8a1f4f0b62fc04e2288924e43c 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2016 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.
@@ -13,6 +13,9 @@ SUBDIRS= cert_generators cert_validators
 noinst_LTLIBRARIES = libsecurity.la
 
 libsecurity_la_SOURCES= \
+       BlindPeerConnector.cc \
+       BlindPeerConnector.h \
+       CertError.h \
        Context.h \
        EncryptorAnswer.cc \
        EncryptorAnswer.h \
@@ -23,6 +26,8 @@ libsecurity_la_SOURCES= \
        LockingPointer.h \
        NegotiationHistory.cc \
        NegotiationHistory.h \
+       PeerConnector.cc \
+       PeerConnector.h \
        PeerOptions.cc \
        PeerOptions.h \
        ServerOptions.cc \