From 5989c8a5277404b507e5ec8683155b80a451a80c Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 17 Oct 2008 17:18:33 +0000 Subject: [PATCH] fixed typo in makefile --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 43ed08621..6d807cff9 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -291,5 +291,5 @@ libtorrent/asio/windows/basic_stream_handle.hpp \ 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 \ +libtorrent/asio/windows/stream_handle_service.hpp endif