aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-09-07 13:37:47 +0200
committerKim Alvefur <zash@zash.se>2019-09-07 13:37:47 +0200
commitfb1808b185a63dc9855f75cd282899d2bbcfe684 (patch)
tree9e22f05c2c62cdfb66e6e167c13c4691baefb8d8 /util-src/makefile
parentd69cf3b0071eb78926aa59369e7cc449dc10a485 (diff)
downloadprosody-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/makefile2
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