added chained buffer to makefiles

This commit is contained in:
Arvid Norberg 2007-09-29 21:08:05 +00:00
parent 9597b98f4d
commit c65f33dfcc
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ libtorrent/intrusive_ptr_base.hpp \
libtorrent/invariant_check.hpp \
libtorrent/io.hpp \
libtorrent/ip_filter.hpp \
libtorrent/chained_buffer.hpp \
libtorrent/lsd.hpp \
libtorrent/peer.hpp \
libtorrent/peer_connection.hpp \

View File

@ -58,6 +58,7 @@ $(top_srcdir)/include/libtorrent/intrusive_ptr_base.hpp \
$(top_srcdir)/include/libtorrent/invariant_check.hpp \
$(top_srcdir)/include/libtorrent/io.hpp \
$(top_srcdir)/include/libtorrent/ip_filter.hpp \
$(top_srcdir)/include/libtorrent/chained_buffer.hpp \
$(top_srcdir)/include/libtorrent/lsd.hpp \
$(top_srcdir)/include/libtorrent/peer.hpp \
$(top_srcdir)/include/libtorrent/peer_connection.hpp \