# HG changeset patch # User Kim Alvefur # Date 1543590012 -3600 # Node ID 8154a8841bb2bda1bfcc5fa27ca7d162e680e55a # Parent 7e75c348095bf0a958e9f8c7732e62b0f1e3f876 util-src/makefile: Update with util.poll and util.compat (fixes #1251) diff -r 7e75c348095b -r 8154a8841bb2 util-src/makefile --- a/util-src/makefile Thu Nov 29 17:20:49 2018 +0100 +++ b/util-src/makefile Fri Nov 30 16:00:12 2018 +0100 @@ -5,7 +5,8 @@ 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