aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-08-11 17:33:11 +0200
committerKim Alvefur <zash@zash.se>2018-08-11 17:33:11 +0200
commit49232398ed75829e44b42f4b86466b1ab18b21e7 (patch)
tree48796a8500f8d1bc22101494c201e6e15bdcf364 /util-src/makefile
parent592ccd8233224349fa8bd41c088afd090ba52624 (diff)
downloadprosody-49232398ed75829e44b42f4b86466b1ab18b21e7.tar.gz
prosody-49232398ed75829e44b42f4b86466b1ab18b21e7.zip
util-src/makefile: Add util.time to BSD makefile
Diffstat (limited to 'util-src/makefile')
-rw-r--r--util-src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/makefile b/util-src/makefile
index 43ce2213..4db95abe 100644
--- a/util-src/makefile
+++ b/util-src/makefile
@@ -5,7 +5,7 @@ CFLAGS+=-I$(LUA_INCDIR)
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