From: Guenter Knauf Date: Mon, 13 Jul 2009 03:00:59 +0000 (+0000) Subject: and another NetWare build fix for mod_lua. X-Git-Tag: 2.3.3~443 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cda78b35b3761bf17c8ecf40148726d399e03c52;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/lua/NWGNUmakefile b/modules/lua/NWGNUmakefile index 0fe0d586f0e..7ebb1346978 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))) \