fix for libboost 1.34 and remove debian-only settings which are no longer needed with this 1.34 fix.

This commit is contained in:
Marcos Pinto 2007-05-21 22:58:08 +00:00
parent 198d869ed3
commit 95fa1cbd36

View File

@ -120,10 +120,9 @@ deluge_core = Extension('deluge_core',
include_dirs = ['./libtorrent', './libtorrent/include',
'./libtorrent/include/libtorrent',
'/usr/include/python' + python_version],
libraries = ['boost_filesystem', 'boost_date_time',
'boost_program_options', 'boost_regex',
'boost_serialization', 'boost_thread',
'z', 'pthread'],
libraries = ['boost_filesystem-mt', 'boost_date_time-mt',
'boost_regex-mt', 'boost_serialization-mt',
'boost_thread-mt', 'z', 'pthread'],
extra_compile_args = EXTRA_COMPILE_ARGS,
sources = ['src/deluge_core.cpp',
'libtorrent/src/alert.cpp',