aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-11-30 16:00:12 +0100
committerKim Alvefur <zash@zash.se>2018-11-30 16:00:12 +0100
commitd21439da5c063024170dc97950af4246baa2310f (patch)
tree071a7885deb04cee81051de77d6888e678df3185 /util-src
parent7f75a66d21f6a04c686d2cc5915c8381928a4705 (diff)
downloadprosody-d21439da5c063024170dc97950af4246baa2310f.tar.gz
prosody-d21439da5c063024170dc97950af4246baa2310f.zip
util-src/makefile: Update with util.poll and util.compat (fixes #1251)
Diffstat (limited to 'util-src')
-rw-r--r--util-src/makefile3
1 files changed, 2 insertions, 1 deletions
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