Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 18002 invoked by uid 6000); 22 Jul 1999 17:47:15 -0000 Received: (qmail 17974 invoked by alias); 22 Jul 1999 17:47:10 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 17957 invoked by uid 167); 22 Jul 1999 17:47:09 -0000 Date: 22 Jul 1999 17:47:09 -0000 Message-ID: <19990722174709.17956.qmail@hyperreal.org> From: rasmus@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3 Makefile.tmpl Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org rasmus 99/07/22 10:47:08 Modified: . Makefile.tmpl Log: Not much point distributing expat-lite with Apache if we don't install the header files so modules can actually build against it. Revision Changes Path 1.86 +1 -0 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- Makefile.tmpl 1999/06/16 22:19:14 1.85 +++ Makefile.tmpl 1999/07/22 17:47:07 1.86 @@ -427,6 +427,7 @@ install-include: @echo "===> [include: Installing Apache C header files]" $(CP) $(TOP)/$(SRC)/include/*.h $(root)$(includedir)/ + $(CP) $(TOP)/$(SRC)/lib/expat-lite/*.h $(root)$(includedir)/ @osdir=`grep '^OSDIR=' $(TOP)/$(SRC)/Makefile.config | sed -e 's:^OSDIR=.*/os/:os/:'`; \ echo "$(CP) $(TOP)/$(SRC)/$${osdir}/os.h $(root)$(includedir)/"; \ $(CP) $(TOP)/$(SRC)/$${osdir}/os.h $(root)$(includedir)/; \