* improved --with-asio configure option behaviour;

* using -version-info flag instead of -revision one for the sake of correct
  interface versioning;
* renaming library to libtorrent-rasterbar.so to avoind conflicting with other
  libraries.
This commit is contained in:
cg25
2008-06-23 00:09:12 +00:00
parent 811d0a6250
commit 71c4f6f9b6
8 changed files with 63 additions and 71 deletions

View File

@@ -98,8 +98,10 @@ libtorrent/kademlia/observer.hpp \
libtorrent/kademlia/refresh.hpp \
libtorrent/kademlia/routing_table.hpp \
libtorrent/kademlia/rpc_manager.hpp \
libtorrent/kademlia/traversal_algorithm.hpp \
\
libtorrent/kademlia/traversal_algorithm.hpp
if ENABLE_SHIPPED_ASIO
nobase_include_HEADERS += \
libtorrent/asio.hpp \
libtorrent/asio/basic_datagram_socket.hpp \
libtorrent/asio/basic_deadline_timer.hpp \
@@ -288,3 +290,4 @@ libtorrent/asio/windows/random_access_handle.hpp \
libtorrent/asio/windows/random_access_handle_service.hpp \
libtorrent/asio/windows/stream_handle.hpp \
libtorrent/asio/windows/stream_handle_service.hpp
endif