diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-09 04:34:28 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-09 04:34:28 +0100 |
commit | aa64aada460e01a400c31814a3d9b47e6607e53b (patch) | |
tree | b8907b558b3fd4862e165a7f9f449b826b5f2890 /util-src/GNUmakefile | |
parent | 5b87c4bb4bc17f813267b0bd1c71aa1557938891 (diff) | |
download | prosody-aa64aada460e01a400c31814a3d9b47e6607e53b.tar.gz prosody-aa64aada460e01a400c31814a3d9b47e6607e53b.zip |
util.time: Convert to C
Diffstat (limited to 'util-src/GNUmakefile')
-rw-r--r-- | util-src/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/GNUmakefile b/util-src/GNUmakefile index 4b8540c5..dfe3950f 100644 --- a/util-src/GNUmakefile +++ b/util-src/GNUmakefile @@ -6,7 +6,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 |