]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add missing ssl_support.h
authorhno <>
Fri, 2 May 2003 04:19:47 +0000 (04:19 +0000)
committerhno <>
Fri, 2 May 2003 04:19:47 +0000 (04:19 +0000)
src/Makefile.am

index f4cac5c2b89f4c47fba07d238ba29e2dd4833f5b..626f56cf1cd8b75099f27ea0353c8e4442929fdc 100644 (file)
@@ -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