From 16fa94bd8c1556d7aae3942293cba0a2f61e4ce7 Mon Sep 17 00:00:00 2001 From: Marcel Ritter Date: Mon, 15 Dec 2008 08:35:55 +0100 Subject: COM32: lua - added simple syslinux_run_command function --- com32/lua/src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'com32/lua/src/Makefile') diff --git a/com32/lua/src/Makefile b/com32/lua/src/Makefile index f6b1b236..f9e0ab32 100644 --- a/com32/lua/src/Makefile +++ b/com32/lua/src/Makefile @@ -47,6 +47,7 @@ LNXLIBS = ../../libutil/libutil_lnx.a LIBLUA_OBJS := lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o LIBLUA_OBJS += lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o LIBLUA_OBJS += lstate.o lstring.o ltable.o ltm.o lvm.o lzio.o lundump.o +LIBLUA_OBJS += syslinux.o LIBLUA_OBJS += lauxlib.o lbaselib.o ldblib.o ltablib.o \ lstrlib.o loadlib.o linit.o -- cgit v1.2.1