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 | b0e0a1d4878fe682389f2a5097b91814896b318d (patch) | |
tree | b8907b558b3fd4862e165a7f9f449b826b5f2890 /util-src/GNUmakefile | |
parent | 1a41278b49862190aa475660119963201220a73b (diff) | |
download | prosody-b0e0a1d4878fe682389f2a5097b91814896b318d.tar.gz prosody-b0e0a1d4878fe682389f2a5097b91814896b318d.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 |