diff options
author | Kim Alvefur <zash@zash.se> | 2018-11-30 16:03:09 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-11-30 16:03:09 +0100 |
commit | c69c7e8d8eb8cc9cb383ec7fa098369ab657b8a2 (patch) | |
tree | 7ae91e4f4df4e2605e4f199f6f82ae0841ff7b91 /util-src | |
parent | 874cf01e2b01cf96392763957ef1df9f77dedc24 (diff) | |
parent | d21439da5c063024170dc97950af4246baa2310f (diff) | |
download | prosody-c69c7e8d8eb8cc9cb383ec7fa098369ab657b8a2.tar.gz prosody-c69c7e8d8eb8cc9cb383ec7fa098369ab657b8a2.zip |
Merge 0.11->trunk
Diffstat (limited to 'util-src')
-rw-r--r-- | util-src/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util-src/makefile b/util-src/makefile index 4db95abe..700633b4 100644 --- a/util-src/makefile +++ b/util-src/makefile @@ -5,7 +5,8 @@ CFLAGS+=-I$(LUA_INCDIR) INSTALL_DATA=install -m644 TARGET?=../util/ -ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so time.so +ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \ + ringbuffer.so time.so poll.so compat.so .ifdef $(RANDOM) ALL+=crand.so |