From: Guenter Knauf Date: Sun, 12 Jul 2009 23:58:23 +0000 (+0000) Subject: added mod_lua to the NetWare build. X-Git-Tag: 2.3.3~445 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a62cd919a851bc4dd4e68753d49f25cbb6ca4c8e;p=apache 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 --- 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 \