aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/GNUmakefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-09 04:34:28 +0100
committerKim Alvefur <zash@zash.se>2017-03-09 04:34:28 +0100
commitb0e0a1d4878fe682389f2a5097b91814896b318d (patch)
treeb8907b558b3fd4862e165a7f9f449b826b5f2890 /util-src/GNUmakefile
parent1a41278b49862190aa475660119963201220a73b (diff)
downloadprosody-b0e0a1d4878fe682389f2a5097b91814896b318d.tar.gz
prosody-b0e0a1d4878fe682389f2a5097b91814896b318d.zip
util.time: Convert to C
Diffstat (limited to 'util-src/GNUmakefile')
-rw-r--r--util-src/GNUmakefile2
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