forked from premiere/premiere-libtorrent
added bandwidth_limit.hpp and bandwidth_queue_entry.hpp to makefiles
This commit is contained in:
parent
9d2c0e370e
commit
91e01442e8
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue