]> granicus.if.org Git - apache/commitdiff
added mod_lua to the NetWare build.
authorGuenter Knauf <fuankg@apache.org>
Sun, 12 Jul 2009 23:58:23 +0000 (23:58 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sun, 12 Jul 2009 23:58:23 +0000 (23:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793434 13f79535-47bb-0310-9956-ffa450edef68

modules/NWGNUmakefile

index 73c47cd30d1419c9302dd2d9794f4cb440d217e9..7872b2603ecf7f1c6e7e04960e0ecddac6d2ab43 100644 (file)
@@ -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 \