From 64f36a5836c8c375247ca0623712a35f80c6cfb2 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 23 Nov 2009 23:40:27 +0100 Subject: epoll module for ae.c implemented. Some more testing needed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7d9bdc57c..34b35f576 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ all: redis-server redis-benchmark redis-cli # Deps (use make dep to generate this) adlist.o: adlist.c adlist.h zmalloc.h -ae.o: ae.c ae.h zmalloc.h ae_select.c +ae.o: ae.c ae.h zmalloc.h ae_select.c ae_epoll.c ae_select.o: ae_select.c anet.o: anet.c fmacros.h anet.h benchmark.o: benchmark.c fmacros.h ae.h anet.h sds.h adlist.h zmalloc.h -- cgit v1.2.1