From aec942d2435341b007cc85d33a47ae9478f10a2a Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sat, 30 Jun 2007 07:08:20 +0000 Subject: [PATCH] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c94251979..40e98704b 100644 --- a/setup.py +++ b/setup.py @@ -156,7 +156,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 = includedirs, libraries = librariestype, extra_compile_args = EXTRA_COMPILE_ARGS,