Commit ce9936ae authored by Denis Bilenko's avatar Denis Bilenko

update setup.py with regard to stat watchers

parent eb61b90c
......@@ -47,7 +47,7 @@ CORE = Extension(name='gevent.core',
include_dirs=['libev'],
libraries=libraries,
define_macros=define_macros,
depends=expand('gevent/callbacks.*', 'gevent/libev*.h', 'libev/*.*'))
depends=expand('gevent/callbacks.*', 'gevent/stathelper.c', 'gevent/libev*.h', 'libev/*.*'))
ARES = Extension(name='gevent.ares',
sources=['gevent/gevent.ares.c'],
......@@ -139,7 +139,6 @@ if libev_embed:
CORE.define_macros += [('LIBEV_EMBED', '1'),
('EV_COMMON', ''), # we don't use void* data
# libev watchers that we don't use currently:
('EV_STAT_ENABLE', '0'),
('EV_CHECK_ENABLE', '0'),
('EV_CLEANUP_ENABLE', '0'),
('EV_EMBED_ENABLE', '0'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment