]> git.saurik.com Git - redis.git/blobdiff - Makefile
epoll support enabled by default for Linux builds
[redis.git] / Makefile
index 7d9bdc57c337c6cfb6cbf20ad2f4792d858722b6..34b35f5767c188b63b8fe9e342bf8d3335a6be98 100644 (file)
--- 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