diff options
author | Kim Alvefur <zash@zash.se> | 2018-08-11 17:33:11 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-08-11 17:33:11 +0200 |
commit | 49232398ed75829e44b42f4b86466b1ab18b21e7 (patch) | |
tree | 48796a8500f8d1bc22101494c201e6e15bdcf364 /util-src | |
parent | 592ccd8233224349fa8bd41c088afd090ba52624 (diff) | |
download | prosody-49232398ed75829e44b42f4b86466b1ab18b21e7.tar.gz prosody-49232398ed75829e44b42f4b86466b1ab18b21e7.zip |
util-src/makefile: Add util.time to BSD makefile
Diffstat (limited to 'util-src')
-rw-r--r-- | util-src/makefile | 2 |
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 |