From: hno <> Date: Fri, 2 May 2003 04:19:47 +0000 (+0000) Subject: Add missing ssl_support.h X-Git-Tag: SQUID_3_0_PRE1~219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d25346deabfd251bacdba5395c7906607056c335;p=thirdparty%2Fsquid.git Add missing ssl_support.h --- diff --git a/src/Makefile.am b/src/Makefile.am index f4cac5c2b8..626f56cf1c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.72 2003/05/01 22:03:58 hno Exp $ +# $Id: Makefile.am,v 1.73 2003/05/01 22:19:47 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -111,7 +111,8 @@ SSL_ALL_SOURCE = \ ACLCertificateData.h \ ACLCertificate.cc \ ACLCertificate.h \ - ssl_support.cc + ssl_support.cc \ + ssl_support.h if ENABLE_SSL SSL_SOURCE = $(SSL_ALL_SOURCE) else