mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
util-src/makefile: Update with util.poll and util.compat (fixes #1251)
This commit is contained in:
parent
7f75a66d21
commit
d21439da5c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue