From a62cd919a851bc4dd4e68753d49f25cbb6ca4c8e Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 12 Jul 2009 23:58:23 +0000 Subject: [PATCH] added mod_lua to the NetWare build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793434 13f79535-47bb-0310-9956-ffa450edef68 --- modules/NWGNUmakefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile index 73c47cd30d..7872b2603e 100644 --- a/modules/NWGNUmakefile +++ b/modules/NWGNUmakefile @@ -44,6 +44,14 @@ SUBDIRS += ssl \ endif endif +# If WITH_MOD_LUA and LUASRC have been defined then build the mod_lua module +ifdef WITH_MOD_LUA +ifneq "$(LUASRC)" "" +SUBDIRS += lua \ + $(EOLIST) +endif +endif + #If the mod_edir directory exists then build the mod_edir module ifeq "$(wildcard $(AP_WORK)\modules\mod_edir)" "$(AP_WORK)\modules\mod_edir" SUBDIRS += mod_edir \ -- 2.50.1