Software /
code /
prosody
Diff
util-src/GNUmakefile @ 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 | 9561:cfc7b2f7251e |
child | 11166:51e5149ed0ad |
line wrap: on
line diff
--- a/util-src/GNUmakefile Wed Oct 14 19:02:48 2020 +0200 +++ b/util-src/GNUmakefile Sat Sep 07 13:37:47 2019 +0200 @@ -7,7 +7,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