diff options
author | Guenter Knauf <fuankg@apache.org> | 2012-07-20 01:58:06 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2012-07-20 01:58:06 +0200 |
commit | 77d0cf01a0b10c2734ccbe94e41fada3618e0ffe (patch) | |
tree | fb921066d395eed12e4a5c7e0c0111b20a3d14e4 /modules/filters | |
parent | mpm_event, mpm_worker: Remain active amidst prevalent child process (diff) | |
download | apache2-77d0cf01a0b10c2734ccbe94e41fada3618e0ffe.tar.xz apache2-77d0cf01a0b10c2734ccbe94e41fada3618e0ffe.zip |
Fix mod_deflate NetWare build.
Submitted by: normw gknw net.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/filters')
-rw-r--r-- | modules/filters/NWGNUdeflate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/filters/NWGNUdeflate b/modules/filters/NWGNUdeflate index 579d1386b8..7f7204d13e 100644 --- a/modules/filters/NWGNUdeflate +++ b/modules/filters/NWGNUdeflate @@ -30,6 +30,7 @@ XINCDIRS += \ $(APR)/include \ $(APRUTIL)/include \ $(AP_WORK)/include \ + $(STDMOD)/ssl \ $(NWOS) \ $(EOLIST) |