summaryrefslogtreecommitdiffstats
path: root/modules/lua
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-13 05:00:59 +0200
committerGuenter Knauf <fuankg@apache.org>2009-07-13 05:00:59 +0200
commitcda78b35b3761bf17c8ecf40148726d399e03c52 (patch)
tree8e0a4e4d42df7f196a3a508c751f0fac1f35faa4 /modules/lua
parentfinal NetWare mod_lua build fixes. (diff)
downloadapache2-cda78b35b3761bf17c8ecf40148726d399e03c52.tar.xz
apache2-cda78b35b3761bf17c8ecf40148726d399e03c52.zip
and another NetWare build fix for mod_lua.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793449 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/lua/NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lua/NWGNUmakefile b/modules/lua/NWGNUmakefile
index 0fe0d586f0..7ebb134697 100644
--- a/modules/lua/NWGNUmakefile
+++ b/modules/lua/NWGNUmakefile
@@ -236,7 +236,7 @@ FILES_nlm_exports = \
# These are the OBJ files needed to create the LIB target above.
# Paths must all use the '/' character
#
-UNWANTED = $(LUASRC)/src/lua.c
+UNWANTED = $(LUASRC)/src/lua.c $(LUASRC)/src/luac.c
FILES_lib_objs = \
$(patsubst $(LUASRC)/src/%.c,$(OBJDIR)/%.o, $(filter-out $(UNWANTED), $(wildcard $(LUASRC)/src/*.c))) \