diff options
author | Matthew Wild <mwild1@gmail.com> | 2020-10-15 14:25:09 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2020-10-15 14:25:09 +0100 |
commit | 5a3e9e37bcc289aabb7431622313119028102711 (patch) | |
tree | b5dbcad554882e92268cdfdc1df7b2664677dcf0 /util-src/makefile | |
parent | bbc78f6e851990df4975bea177f182069cd6d7fa (diff) | |
parent | 9a25dc6d776fb7e01d53036d353fa12c874a64c4 (diff) | |
download | prosody-5a3e9e37bcc289aabb7431622313119028102711.tar.gz prosody-5a3e9e37bcc289aabb7431622313119028102711.zip |
Merge 0.11->trunk
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 2db415df..1560fca4 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 |