diff options
author | Guenter Knauf <fuankg@apache.org> | 2009-07-12 23:20:03 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2009-07-12 23:20:03 +0200 |
commit | d6dd4e76bd6b0ec73f349e5f858d2de31bf7c319 (patch) | |
tree | 4a1674bc89f73a0b482ecbe4c41614e701346e38 /NWGNUmakefile | |
parent | fixed typo. (diff) | |
download | apache2-d6dd4e76bd6b0ec73f349e5f858d2de31bf7c319.tar.xz apache2-d6dd4e76bd6b0ec73f349e5f858d2de31bf7c319.zip |
fixed NetWare vpath; reverted include path removal from r793197.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index c014c3ec0f..6995c773fc 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -70,6 +70,7 @@ XINCDIRS += \ $(AP_WORK)/modules/loggers/ \ $(AP_WORK)/modules/mappers/ \ $(AP_WORK)/modules/proxy/ \ + $(AP_WORK)/modules/ssl/ \ $(AP_WORK)/os/NetWare \ $(AP_WORK)/server/mpm/NetWare \ $(PCRESDK) \ @@ -416,7 +417,7 @@ prebuild :: FORCE vpath %.c server:modules/arch/netware:modules/http:modules/aaa:modules/mappers vpath %.c modules/generators:modules/metadata:modules/filters:modules/loggers -vpath %.c modules/core:os/netware:server/mpm/netware:$(PCRESDK) +vpath %.c modules/core:os/netware:server/mpm/netware:$(PCRESRC) # # Include the 'tail' makefile that has targets that depend on variables defined |