Software /
code /
prosody
Diff
util-src/makefile @ 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 |
parent | 8593:c4222e36333c |
child | 9661:8154a8841bb2 |
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