updated makefile to include all asio headers
This commit is contained in:
parent
0a5c802261
commit
81636a894d
|
@ -104,6 +104,47 @@ 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 \
|
||||
libtorrent/asio/basic_io_object.hpp \
|
||||
libtorrent/asio/basic_socket.hpp \
|
||||
libtorrent/asio/basic_socket_acceptor.hpp \
|
||||
libtorrent/asio/basic_socket_iostream.hpp \
|
||||
libtorrent/asio/basic_socket_streambuf.hpp \
|
||||
libtorrent/asio/basic_stream_socket.hpp \
|
||||
libtorrent/asio/basic_streambuf.hpp \
|
||||
libtorrent/asio/buffer.hpp \
|
||||
libtorrent/asio/buffered_read_stream.hpp \
|
||||
libtorrent/asio/buffered_read_stream_fwd.hpp \
|
||||
libtorrent/asio/buffered_stream.hpp \
|
||||
libtorrent/asio/buffered_stream_fwd.hpp \
|
||||
libtorrent/asio/buffered_write_stream.hpp \
|
||||
libtorrent/asio/buffered_write_stream_fwd.hpp \
|
||||
libtorrent/asio/completion_condition.hpp \
|
||||
libtorrent/asio/datagram_socket_service.hpp \
|
||||
libtorrent/asio/deadline_timer.hpp \
|
||||
libtorrent/asio/deadline_timer_service.hpp \
|
||||
libtorrent/asio/error.hpp \
|
||||
libtorrent/asio/error_code.hpp \
|
||||
libtorrent/asio/handler_alloc_hook.hpp \
|
||||
libtorrent/asio/handler_invoke_hook.hpp \
|
||||
libtorrent/asio/io_service.hpp \
|
||||
libtorrent/asio/is_read_buffered.hpp \
|
||||
libtorrent/asio/is_write_buffered.hpp \
|
||||
libtorrent/asio/placeholders.hpp \
|
||||
libtorrent/asio/read.hpp \
|
||||
libtorrent/asio/read_until.hpp \
|
||||
libtorrent/asio/socket_acceptor_service.hpp \
|
||||
libtorrent/asio/socket_base.hpp \
|
||||
libtorrent/asio/ssl.hpp \
|
||||
libtorrent/asio/strand.hpp \
|
||||
libtorrent/asio/stream_socket_service.hpp \
|
||||
libtorrent/asio/streambuf.hpp \
|
||||
libtorrent/asio/system_error.hpp \
|
||||
libtorrent/asio/thread.hpp \
|
||||
libtorrent/asio/time_traits.hpp \
|
||||
libtorrent/asio/version.hpp \
|
||||
libtorrent/asio/write.hpp \
|
||||
libtorrent/asio/detail/bind_handler.hpp \
|
||||
libtorrent/asio/detail/buffer_resize_guard.hpp \
|
||||
libtorrent/asio/detail/buffered_stream_storage.hpp \
|
||||
|
@ -180,53 +221,11 @@ libtorrent/asio/detail/win_tss_ptr.hpp \
|
|||
libtorrent/asio/detail/wince_thread.hpp \
|
||||
libtorrent/asio/detail/winsock_init.hpp \
|
||||
libtorrent/asio/detail/wrapped_handler.hpp \
|
||||
libtorrent/asio/basic_datagram_socket.hpp \
|
||||
libtorrent/asio/basic_deadline_timer.hpp \
|
||||
libtorrent/asio/basic_io_object.hpp \
|
||||
libtorrent/asio/basic_socket.hpp \
|
||||
libtorrent/asio/basic_socket_acceptor.hpp \
|
||||
libtorrent/asio/basic_socket_iostream.hpp \
|
||||
libtorrent/asio/basic_socket_streambuf.hpp \
|
||||
libtorrent/asio/basic_stream_socket.hpp \
|
||||
libtorrent/asio/basic_streambuf.hpp \
|
||||
libtorrent/asio/buffer.hpp \
|
||||
libtorrent/asio/buffered_read_stream.hpp \
|
||||
libtorrent/asio/buffered_read_stream_fwd.hpp \
|
||||
libtorrent/asio/buffered_stream.hpp \
|
||||
libtorrent/asio/buffered_stream_fwd.hpp \
|
||||
libtorrent/asio/buffered_write_stream.hpp \
|
||||
libtorrent/asio/buffered_write_stream_fwd.hpp \
|
||||
libtorrent/asio/completion_condition.hpp \
|
||||
libtorrent/asio/datagram_socket_service.hpp \
|
||||
libtorrent/asio/deadline_timer.hpp \
|
||||
libtorrent/asio/deadline_timer_service.hpp \
|
||||
libtorrent/asio/error.hpp \
|
||||
libtorrent/asio/error_code.hpp \
|
||||
libtorrent/asio/handler_alloc_hook.hpp \
|
||||
libtorrent/asio/handler_invoke_hook.hpp \
|
||||
libtorrent/asio/io_service.hpp \
|
||||
libtorrent/asio/is_read_buffered.hpp \
|
||||
libtorrent/asio/is_write_buffered.hpp \
|
||||
libtorrent/asio/placeholders.hpp \
|
||||
libtorrent/asio/read.hpp \
|
||||
libtorrent/asio/read_until.hpp \
|
||||
libtorrent/asio/socket_acceptor_service.hpp \
|
||||
libtorrent/asio/socket_base.hpp \
|
||||
libtorrent/asio/ssl.hpp \
|
||||
libtorrent/asio/strand.hpp \
|
||||
libtorrent/asio/stream_socket_service.hpp \
|
||||
libtorrent/asio/streambuf.hpp \
|
||||
libtorrent/asio/system_error.hpp \
|
||||
libtorrent/asio/thread.hpp \
|
||||
libtorrent/asio/time_traits.hpp \
|
||||
libtorrent/asio/version.hpp \
|
||||
libtorrent/asio/write.hpp \
|
||||
libtorrent/asio/impl/error_code.ipp \
|
||||
libtorrent/asio/impl/io_service.ipp \
|
||||
libtorrent/asio/impl/read.ipp \
|
||||
libtorrent/asio/impl/read_until.ipp \
|
||||
libtorrent/asio/impl/write.ipp \
|
||||
libtorrent/asio/ip/detail/socket_option.hpp \
|
||||
libtorrent/asio/ip/address.hpp \
|
||||
libtorrent/asio/ip/address_v4.hpp \
|
||||
libtorrent/asio/ip/address_v6.hpp \
|
||||
|
@ -243,16 +242,17 @@ libtorrent/asio/ip/tcp.hpp \
|
|||
libtorrent/asio/ip/udp.hpp \
|
||||
libtorrent/asio/ip/unicast.hpp \
|
||||
libtorrent/asio/ip/v6_only.hpp \
|
||||
libtorrent/asio/ssl/detail/openssl_context_service.hpp \
|
||||
libtorrent/asio/ssl/detail/openssl_init.hpp \
|
||||
libtorrent/asio/ssl/detail/openssl_operation.hpp \
|
||||
libtorrent/asio/ssl/detail/openssl_stream_service.hpp \
|
||||
libtorrent/asio/ssl/detail/openssl_types.hpp \
|
||||
libtorrent/asio/ip/detail/socket_option.hpp \
|
||||
libtorrent/asio/ssl/basic_context.hpp \
|
||||
libtorrent/asio/ssl/context.hpp \
|
||||
libtorrent/asio/ssl/context_base.hpp \
|
||||
libtorrent/asio/ssl/context_service.hpp \
|
||||
libtorrent/asio/ssl/stream.hpp \
|
||||
libtorrent/asio/ssl/stream_base.hpp \
|
||||
libtorrent/asio/ssl/stream_service.hpp
|
||||
libtorrent/asio/ssl/stream_service.hpp \
|
||||
libtorrent/asio/ssl/detail/openssl_context_service.hpp \
|
||||
libtorrent/asio/ssl/detail/openssl_init.hpp \
|
||||
libtorrent/asio/ssl/detail/openssl_operation.hpp \
|
||||
libtorrent/asio/ssl/detail/openssl_stream_service.hpp \
|
||||
libtorrent/asio/ssl/detail/openssl_types.hpp
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue