util-src/makefile: Update with util.poll and util.compat (fixes #1251)

This commit is contained in:
Kim Alvefur 2018-11-30 16:00:12 +01:00
parent 7f75a66d21
commit d21439da5c

View file

@ -5,7 +5,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
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