Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 28680 invoked by uid 500); 18 Sep 2001 15:08:18 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 28663 invoked by uid 500); 18 Sep 2001 15:08:18 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 18 Sep 2001 15:02:19 -0000 Message-ID: <20010918150219.13703.qmail@icarus.apache.org> From: rbb@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 Makefile.in X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rbb 01/09/18 08:02:19 Modified: . Makefile.in Log: If we are going to have an optional function, we have to install that header file, so that people can use it. Revision Changes Path 1.84 +1 -0 httpd-2.0/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/httpd-2.0/Makefile.in,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- Makefile.in 2001/09/13 22:19:13 1.83 +++ Makefile.in 2001/09/18 15:02:19 1.84 @@ -118,6 +118,7 @@ @cp -p $(srcdir)/server/mpm/$(MPM_NAME)/*.h $(includedir) @cp -p $(srcdir)/modules/dav/main/mod_dav.h $(includedir) @cp -p $(srcdir)/modules/filters/mod_include.h $(includedir) + @cp -p $(srcdir)/modules/generators/mod_cgi.h $(includedir) @cp -p $(srcdir)/modules/http/mod_core.h $(includedir) @cp -p $(srcdir)/modules/ssl/*.h $(includedir) @cp -p $(srcdir)/srclib/pcre/*.h $(includedir)