diff options
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 |