summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-11-23 23:40:27 +0100
committerantirez <antirez@gmail.com>2009-11-23 23:40:27 +0100
commit64f36a5836c8c375247ca0623712a35f80c6cfb2 (patch)
tree958fa3b4fb1396ed913778b0675723b36113ebdc /Makefile
parentfb6a19677819cb2e35723bb5565a603cb069f461 (diff)
downloadredis-64f36a5836c8c375247ca0623712a35f80c6cfb2.tar.gz
epoll module for ae.c implemented. Some more testing needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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