t/GNUmakefile in zbatery-3.1.0 vs t/GNUmakefile in zbatery-3.3.0

- old
+ new

@@ -17,9 +17,15 @@ endif RUBY_ENGINE := $(shell $(RUBY) -e 'puts((RUBY_ENGINE rescue "ruby"))') export RUBY_VERSION RUBY_ENGINE +ifeq (Linux,$(shell uname -s)) + models += XEpoll + models += XEpollThreadSpawn + models += XEpollThreadPool + models += Epoll +endif models += WriterThreadPool models += WriterThreadSpawn models += ThreadPool models += ThreadSpawn models += Coolio