Software /
code /
prosody
Comparison
util-src/makefile @ 9165:2aaa9f3bb950
util-src/makefile: Add util.time to BSD makefile
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 11 Aug 2018 17:33:11 +0200 |
parent | 8593:c4222e36333c |
child | 9661:8154a8841bb2 |
comparison
equal
deleted
inserted
replaced
9164:35807f02bdc7 | 9165:2aaa9f3bb950 |
---|---|
3 CFLAGS+=-I$(LUA_INCDIR) | 3 CFLAGS+=-I$(LUA_INCDIR) |
4 | 4 |
5 INSTALL_DATA=install -m644 | 5 INSTALL_DATA=install -m644 |
6 TARGET?=../util/ | 6 TARGET?=../util/ |
7 | 7 |
8 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so | 8 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so time.so |
9 | 9 |
10 .ifdef $(RANDOM) | 10 .ifdef $(RANDOM) |
11 ALL+=crand.so | 11 ALL+=crand.so |
12 .endif | 12 .endif |
13 | 13 |