aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/GNUmakefile
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
commit5d87a7d46ffa09262fcc6813b7bc6ce63992abd1 (patch)
tree9e22f05c2c62cdfb66e6e167c13c4691baefb8d8 /util-src/GNUmakefile
parentnet.websocket.frames: Add small test covering xor-masking (diff)
downloadprosody-5d87a7d46ffa09262fcc6813b7bc6ce63992abd1.tar.xz
prosody-5d87a7d46ffa09262fcc6813b7bc6ce63992abd1.zip
util.strbitop: Library for bitwise operations on strings
Diffstat (limited to 'util-src/GNUmakefile')
-rw-r--r--util-src/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/GNUmakefile b/util-src/GNUmakefile
index 054c92010..a8b3529fd 100644
--- a/util-src/GNUmakefile
+++ b/util-src/GNUmakefile
@@ -7,7 +7,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