summaryrefslogtreecommitdiffstats
path: root/modules/lua
diff options
context:
space:
mode:
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))) \