Update libtorrent to 0.14 trunk.

A few minor touch ups regarding torrent state and queue.
This commit is contained in:
Andrew Resch 2008-04-16 01:15:06 +00:00
parent 1861ef439f
commit 70bb78b833
104 changed files with 13220 additions and 6722 deletions

View file

@ -153,12 +153,14 @@ else:
'boost_date_time',
'boost_thread',
'boost_python',
'boost_iostreams',
'pthread',
'ssl',
'z'
]
_sources = glob.glob("./libtorrent/src/*.cpp") + \
glob.glob("./libtorrent/src/*.c") + \
glob.glob("./libtorrent/src/kademlia/*.cpp") + \
glob.glob("./libtorrent/bindings/python/src/*.cpp")