From: Christos Tsantilas Date: Wed, 13 Jan 2016 11:23:50 +0000 (+0200) Subject: Add connections_encrypted ACL part3: fix compiling problems X-Git-Tag: SQUID_4_0_5~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4384c3b57699aadff97d06e35dc257a555c050bc;p=thirdparty%2Fsquid.git Add connections_encrypted ACL part3: fix compiling problems The new acl/ConnectionsEncrypted.[cc,h] files should compiled even if the ssl is not enabled. --- diff --git a/src/acl/Makefile.am b/src/acl/Makefile.am index f8ac12531d..0f6b6c7a97 100644 --- a/src/acl/Makefile.am +++ b/src/acl/Makefile.am @@ -56,6 +56,8 @@ libacls_la_SOURCES = \ Asn.h \ Browser.cc \ Browser.h \ + ConnectionsEncrypted.cc \ + ConnectionsEncrypted.h \ DestinationAsn.h \ DestinationDomain.cc \ DestinationDomain.h \ @@ -153,8 +155,6 @@ SSL_ACLS = \ CertificateData.h \ Certificate.cc \ Certificate.h \ - ConnectionsEncrypted.cc \ - ConnectionsEncrypted.h \ ServerCertificate.cc \ ServerCertificate.h \ ServerName.cc \