aboutsummaryrefslogtreecommitdiffstats
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
commitb37f60a7b3b810ae4e7f29a4245a82051592dab7 (patch)
tree071a7885deb04cee81051de77d6888e678df3185
parentb9078a143cf1f252656b00676ec0794af821cd67 (diff)
downloadprosody-b37f60a7b3b810ae4e7f29a4245a82051592dab7.tar.gz
prosody-b37f60a7b3b810ae4e7f29a4245a82051592dab7.zip
util-src/makefile: Update with util.poll and util.compat (fixes #1251)
-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