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 | 4f4140fbc363160f859292c8b1eccd701ad7b1e1 (patch) | |
tree | b5dbcad554882e92268cdfdc1df7b2664677dcf0 /util-src/makefile | |
parent | 58e33e399553ccc457de266c36102308f63bfe02 (diff) | |
parent | 64856637cee81b916cc240c55657eb13c0763620 (diff) | |
download | prosody-4f4140fbc363160f859292c8b1eccd701ad7b1e1.tar.gz prosody-4f4140fbc363160f859292c8b1eccd701ad7b1e1.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 |