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 | d21439da5c063024170dc97950af4246baa2310f (patch) | |
tree | 071a7885deb04cee81051de77d6888e678df3185 | |
parent | 7f75a66d21f6a04c686d2cc5915c8381928a4705 (diff) | |
download | prosody-d21439da5c063024170dc97950af4246baa2310f.tar.gz prosody-d21439da5c063024170dc97950af4246baa2310f.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 |