diff options
author | Kim Alvefur <zash@zash.se> | 2019-09-07 13:37:47 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-09-07 13:37:47 +0200 |
commit | fb1808b185a63dc9855f75cd282899d2bbcfe684 (patch) | |
tree | 9e22f05c2c62cdfb66e6e167c13c4691baefb8d8 /util-src/makefile | |
parent | d69cf3b0071eb78926aa59369e7cc449dc10a485 (diff) | |
download | prosody-fb1808b185a63dc9855f75cd282899d2bbcfe684.tar.gz prosody-fb1808b185a63dc9855f75cd282899d2bbcfe684.zip |
util.strbitop: Library for bitwise operations on strings
Diffstat (limited to 'util-src/makefile')
-rw-r--r-- | util-src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/makefile b/util-src/makefile index 700633b4..02bad40a 100644 --- a/util-src/makefile +++ b/util-src/makefile @@ -6,7 +6,7 @@ INSTALL_DATA=install -m644 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 |