From 84406e2064c44edcde319fdb1b028274a4e7aeea Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 18 Jul 2008 00:21:51 +0000 Subject: [PATCH] excluded mapped_storage from build --- Jamfile | 2 +- src/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Jamfile b/Jamfile index 3377e7d67..951a947d8 100755 --- a/Jamfile +++ b/Jamfile @@ -309,7 +309,7 @@ SOURCES = socks5_stream stat storage - mapped_storage +# mapped_storage torrent torrent_handle torrent_info diff --git a/src/Makefile.am b/src/Makefile.am index acb9c5204..09253091e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,7 @@ libtorrent_rasterbar_la_SOURCES = entry.cpp escape_string.cpp \ lazy_bdecode.cpp assert.cpp enum_net.cpp broadcast_socket.cpp \ peer_connection.cpp bt_peer_connection.cpp web_peer_connection.cpp \ natpmp.cpp piece_picker.cpp policy.cpp session.cpp session_impl.cpp sha1.cpp \ -stat.cpp storage.cpp mapped_storage.cpp torrent.cpp torrent_handle.cpp pe_crypto.cpp \ +stat.cpp storage.cpp torrent.cpp torrent_handle.cpp pe_crypto.cpp \ torrent_info.cpp tracker_manager.cpp http_connection.cpp \ http_tracker_connection.cpp udp_tracker_connection.cpp \ alert.cpp identify_client.cpp ip_filter.cpp file.cpp metadata_transfer.cpp \ @@ -25,6 +25,7 @@ socks5_stream.cpp socks4_stream.cpp http_stream.cpp connection_queue.cpp \ disk_io_thread.cpp ut_metadata.cpp magnet_uri.cpp udp_socket.cpp smart_ban.cpp \ http_parser.cpp gzip.cpp disk_buffer_holder.cpp create_torrent.cpp GeoIP.c \ parse_url.cpp file_storage.cpp $(kademlia_sources) +# mapped_storage.cpp noinst_HEADERS = \ $(top_srcdir)/include/libtorrent/alert.hpp \