Software /
code /
prosody
Diff
util-src/makefile @ 11163:37a6a535343e 0.11
util.strbitop: Library for bitwise operations on strings
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 07 Sep 2019 13:37:47 +0200 |
parent | 9661:8154a8841bb2 |
child | 11166:51e5149ed0ad |
line wrap: on
line diff
--- a/util-src/makefile Wed Oct 14 19:02:48 2020 +0200 +++ b/util-src/makefile Sat Sep 07 13:37:47 2019 +0200 @@ -6,7 +6,7 @@ TARGET?=../util/ ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \ - ringbuffer.so time.so poll.so compat.so + ringbuffer.so time.so poll.so compat.so strbitop.so .ifdef $(RANDOM) ALL+=crand.so