diff options
author | Kim Alvefur <zash@zash.se> | 2018-05-16 23:56:34 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-05-16 23:56:34 +0200 |
commit | fa4507823faa2887120b24c897456abf42ed3a6e (patch) | |
tree | a08896f93843bf6f9b8264632f7c17273be6414e /util-src/GNUmakefile | |
parent | c283ec08b07ee1429962f0e5b534a419c01eead2 (diff) | |
download | prosody-fa4507823faa2887120b24c897456abf42ed3a6e.tar.gz prosody-fa4507823faa2887120b24c897456abf42ed3a6e.zip |
util.poll: Import poll library with epoll and select support
Diffstat (limited to 'util-src/GNUmakefile')
-rw-r--r-- | util-src/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/GNUmakefile b/util-src/GNUmakefile index dfe3950f..f2f9b1bc 100644 --- a/util-src/GNUmakefile +++ b/util-src/GNUmakefile @@ -6,7 +6,7 @@ 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 ifdef RANDOM ALL+=crand.so |