diff options
author | Kim Alvefur <zash@zash.se> | 2018-11-30 16:00:12 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-11-30 16:00:12 +0100 |
commit | b105494187675a7ff55010e4691581b90bc97c22 (patch) | |
tree | 071a7885deb04cee81051de77d6888e678df3185 | |
parent | 269327a48055c52d7502afc237d32adbe751a6e0 (diff) | |
download | prosody-b105494187675a7ff55010e4691581b90bc97c22.tar.gz prosody-b105494187675a7ff55010e4691581b90bc97c22.zip |
util-src/makefile: Update with util.poll and util.compat (fixes #1251)
-rw-r--r-- | util-src/makefile | 3 |
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 |