diff --git a/setup.py b/setup.py index 5b6aefca3..7acac94df 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,7 @@ elif boosttype == "mt": 'boost_thread-mt', 'z', 'pthread', 'ssl'] print 'Libraries mt' -deluge_core = Extension('deluge_core', +deluge_core = Extension('_deluge_core', include_dirs = ['./libtorrent', './libtorrent/include', './libtorrent/include/libtorrent', '/usr/include/python' + python_version],