From 1454ac8208cfb734d1ae90dd89c442b6be9f9598 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 26 Oct 2018 19:29:08 +0100 Subject: util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1 --- util-src/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util-src/GNUmakefile') diff --git a/util-src/GNUmakefile b/util-src/GNUmakefile index f2f9b1bc..054c9201 100644 --- a/util-src/GNUmakefile +++ b/util-src/GNUmakefile @@ -6,7 +6,8 @@ CFLAGS+=-I$(LUA_INCDIR) INSTALL_DATA=install -m644 TARGET?=../util/ -ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so time.so poll.so +ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \ + ringbuffer.so time.so poll.so compat.so ifdef RANDOM ALL+=crand.so -- cgit v1.2.3