You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@apache.org on 2004/02/21 03:14:20 UTC

cvs commit: apache-1.3/src/modules/standard Makefile.OS2

bjh         2004/02/20 18:14:20

  Modified:    src/modules/standard Makefile.OS2
  Log:
  Add rule to build mod_log_forensic as an OS/2 DLL.
  
  Revision  Changes    Path
  1.4       +3 -0      apache-1.3/src/modules/standard/Makefile.OS2
  
  Index: Makefile.OS2
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/standard/Makefile.OS2,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.OS2	10 Aug 1999 16:16:45 -0000	1.3
  +++ Makefile.OS2	21 Feb 2004 02:14:20 -0000	1.4
  @@ -75,6 +75,9 @@
   log_conf.dll: mod_log_config.o mod_log_config.def
   	$(mkdll)
   
  +log_fore.dll: mod_log_forensic.o mod_log_forensic.def
  +	$(mkdll)
  +
   log_refe.dll: mod_log_referer.o mod_log_referer.def
   	$(mkdll)