aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/makefile
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
commit51e0d4e0e1827520e526637d893b64e3c7fa67cd (patch)
tree7ae91e4f4df4e2605e4f199f6f82ae0841ff7b91 /util-src/makefile
parent2e3e5db959672f2175223d670d106f1202e95f49 (diff)
parentb105494187675a7ff55010e4691581b90bc97c22 (diff)
downloadprosody-51e0d4e0e1827520e526637d893b64e3c7fa67cd.tar.gz
prosody-51e0d4e0e1827520e526637d893b64e3c7fa67cd.zip
Merge 0.11->trunk
Diffstat (limited to 'util-src/makefile')
-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