Software /
code /
prosody
Changeset
9165:2aaa9f3bb950
util-src/makefile: Add util.time to BSD makefile
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 11 Aug 2018 17:33:11 +0200 |
parents | 9164:35807f02bdc7 |
children | 9166:cce55767004a |
files | util-src/makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/util-src/makefile Sat Aug 11 16:55:07 2018 +0200 +++ b/util-src/makefile Sat Aug 11 17:33:11 2018 +0200 @@ -5,7 +5,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