added bandwidth_limit.hpp and bandwidth_queue_entry.hpp to makefiles

This commit is contained in:
Arvid Norberg 2008-01-01 21:15:23 +00:00
parent 9d2c0e370e
commit 91e01442e8
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@ nobase_include_HEADERS = libtorrent/alert.hpp \
libtorrent/alert_types.hpp \
libtorrent/assert.hpp \
libtorrent/bandwidth_manager.hpp \
libtorrent/bandwidth_limit.hpp \
libtorrent/bandwidth_queue_entry.hpp \
libtorrent/bencode.hpp \
libtorrent/broadcast_socket.hpp \
libtorrent/buffer.hpp \

View File

@ -31,6 +31,8 @@ $(top_srcdir)/include/libtorrent/alert_types.hpp \
$(top_srcdir)/include/libtorrent/assert.hpp \
$(top_srcdir)/include/libtorrent/aux_/session_impl.hpp \
$(top_srcdir)/include/libtorrent/bandwidth_manager.hpp \
$(top_srcdir)/include/libtorrent/bandwidth_limit.hpp \
$(top_srcdir)/include/libtorrent/bandwidth_queue_entry.hpp \
$(top_srcdir)/include/libtorrent/bencode.hpp \
$(top_srcdir)/include/libtorrent/broadcast_socket.hpp \
$(top_srcdir)/include/libtorrent/buffer.hpp \