diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-10-26 19:29:08 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-10-26 19:29:08 +0100 |
commit | 1454ac8208cfb734d1ae90dd89c442b6be9f9598 (patch) | |
tree | 20620497ffafc592a84e2c9069ee6daa246a8f42 /util-src/GNUmakefile | |
parent | 9fdfa590d2d910b0104e4e37d4c7403cbc4d4151 (diff) | |
download | prosody-1454ac8208cfb734d1ae90dd89c442b6be9f9598.tar.gz prosody-1454ac8208cfb734d1ae90dd89c442b6be9f9598.zip |
util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1
Diffstat (limited to 'util-src/GNUmakefile')
-rw-r--r-- | util-src/GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |