From dbc14caedfef0356fadeb827fdb75312e68e4c38 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 5 Mar 2011 02:33:13 +0000 Subject: [PATCH] added missing header files to makefile --- include/libtorrent/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/libtorrent/Makefile.am b/include/libtorrent/Makefile.am index 1213db6a6..64598066a 100644 --- a/include/libtorrent/Makefile.am +++ b/include/libtorrent/Makefile.am @@ -64,6 +64,7 @@ nobase_include_HEADERS = \ magnet_uri.hpp \ max.hpp \ natpmp.hpp \ + packet_buffer.hpp \ parse_url.hpp \ pch.hpp \ pe_crypto.hpp \ @@ -110,6 +111,7 @@ nobase_include_HEADERS = \ utp_stream.hpp \ utf8.hpp \ version.hpp \ + web_connection_base.hpp \ web_peer_connection.hpp \ xml_parse.hpp \ \