You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2009/07/13 01:58:23 UTC

svn commit: r793434 - /httpd/httpd/trunk/modules/NWGNUmakefile

Author: fuankg
Date: Sun Jul 12 23:58:23 2009
New Revision: 793434

URL: http://svn.apache.org/viewvc?rev=793434&view=rev
Log:
added mod_lua to the NetWare build.

Modified:
    httpd/httpd/trunk/modules/NWGNUmakefile

Modified: httpd/httpd/trunk/modules/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/NWGNUmakefile?rev=793434&r1=793433&r2=793434&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/NWGNUmakefile (original)
+++ httpd/httpd/trunk/modules/NWGNUmakefile Sun Jul 12 23:58:23 2009
@@ -44,6 +44,14 @@
 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 \