aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
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
commitbee67a520425b68c7d84581ee7ed7cdd19602c8f (patch)
tree48796a8500f8d1bc22101494c201e6e15bdcf364 /util-src
parentac035e9dc81f8415c052b9313fe2a8199977eb08 (diff)
downloadprosody-bee67a520425b68c7d84581ee7ed7cdd19602c8f.tar.gz
prosody-bee67a520425b68c7d84581ee7ed7cdd19602c8f.zip
util-src/makefile: Add util.time to BSD makefile
Diffstat (limited to 'util-src')
-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