aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-11-30 16:03:09 +0100
committerKim Alvefur <zash@zash.se>2018-11-30 16:03:09 +0100
commitc69c7e8d8eb8cc9cb383ec7fa098369ab657b8a2 (patch)
tree7ae91e4f4df4e2605e4f199f6f82ae0841ff7b91 /util-src
parent874cf01e2b01cf96392763957ef1df9f77dedc24 (diff)
parentd21439da5c063024170dc97950af4246baa2310f (diff)
downloadprosody-c69c7e8d8eb8cc9cb383ec7fa098369ab657b8a2.tar.gz
prosody-c69c7e8d8eb8cc9cb383ec7fa098369ab657b8a2.zip
Merge 0.11->trunk
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