Software /
code /
prosody
Diff
util-src/GNUmakefile @ 9162:8ad1fe9d26d4
util.time: Convert to C
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 09 Mar 2017 04:34:28 +0100 |
parent | 8592:bd4f8a2b72c7 |
child | 9313:b95ef295c66d |
line wrap: on
line diff
--- a/util-src/GNUmakefile Thu Aug 09 20:27:04 2018 +0100 +++ b/util-src/GNUmakefile Thu Mar 09 04:34:28 2017 +0100 @@ -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 +ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so time.so ifdef RANDOM ALL+=crand.so