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)/; \
  
  
  

Reply via email to