]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add rule to build mod_log_forensic as an OS/2 DLL.
authorBrian Havard <bjh@apache.org>
Sat, 21 Feb 2004 02:14:20 +0000 (02:14 +0000)
committerBrian Havard <bjh@apache.org>
Sat, 21 Feb 2004 02:14:20 +0000 (02:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102720 13f79535-47bb-0310-9956-ffa450edef68

src/modules/standard/Makefile.OS2

index 49df7d25f97ebf82527eb30c354cdab442c9a588..b72db748e301c71631ffd70a8c9d1c7c1f142a8b 100644 (file)
@@ -75,6 +75,9 @@ log_agen.dll: mod_log_agent.o mod_log_agent.def
 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)