From d21439da5c063024170dc97950af4246baa2310f Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 30 Nov 2018 16:00:12 +0100 Subject: util-src/makefile: Update with util.poll and util.compat (fixes #1251) --- util-src/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util-src') diff --git a/util-src/makefile b/util-src/makefile index 4db95abe..700633b4 100644 --- a/util-src/makefile +++ b/util-src/makefile @@ -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 -- cgit v1.2.3