Software /
code /
prosody
Diff
util-src/GNUmakefile @ 9313:b95ef295c66d
util.poll: Import poll library with epoll and select support
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 16 May 2018 23:56:34 +0200 |
parent | 9162:8ad1fe9d26d4 |
child | 9561:cfc7b2f7251e |
line wrap: on
line diff
--- a/util-src/GNUmakefile Fri Sep 14 12:05:47 2018 +0100 +++ b/util-src/GNUmakefile Wed May 16 23:56:34 2018 +0200 @@ -6,7 +6,7 @@ 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 ifdef RANDOM ALL+=crand.so