aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util-src/makefile2
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