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 | 51e0d4e0e1827520e526637d893b64e3c7fa67cd (patch) | |
tree | 7ae91e4f4df4e2605e4f199f6f82ae0841ff7b91 /util-src/makefile | |
parent | 2e3e5db959672f2175223d670d106f1202e95f49 (diff) | |
parent | b105494187675a7ff55010e4691581b90bc97c22 (diff) | |
download | prosody-51e0d4e0e1827520e526637d893b64e3c7fa67cd.tar.gz prosody-51e0d4e0e1827520e526637d893b64e3c7fa67cd.zip |
Merge 0.11->trunk
Diffstat (limited to 'util-src/makefile')
-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 |