Software /
code /
prosody
Diff
util-src/makefile @ 9662:27b62234792a
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 30 Nov 2018 16:03:09 +0100 |
parent | 9661:8154a8841bb2 |
child | 11009:74ef9f2334f3 |
child | 11163:37a6a535343e |
line wrap: on
line diff
--- a/util-src/makefile Thu Nov 29 16:53:22 2018 +0100 +++ b/util-src/makefile Fri Nov 30 16:03:09 2018 +0100 @@ -5,7 +5,8 @@ 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