mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util-src/makefile: Add util.time to BSD makefile
This commit is contained in:
parent
592ccd8233
commit
49232398ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue