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
commita328a6b58041e2fdca51d5667e71c97409f8920a (patch)
tree9e22f05c2c62cdfb66e6e167c13c4691baefb8d8 /util-src/makefile
parent78f70bd67bc998c59a67aae26a97ef0c625c277d (diff)
downloadprosody-a328a6b58041e2fdca51d5667e71c97409f8920a.tar.gz
prosody-a328a6b58041e2fdca51d5667e71c97409f8920a.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