From 91e01442e8e527e73a32f7649c8769fed9c62aa7 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 1 Jan 2008 21:15:23 +0000 Subject: [PATCH] added bandwidth_limit.hpp and bandwidth_queue_entry.hpp to makefiles --- include/Makefile.am | 2 ++ src/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/Makefile.am b/include/Makefile.am index 84ea236a2..a5442cc8e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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 \ diff --git a/src/Makefile.am b/src/Makefile.am index 4dddfa1ce..9c9301d3b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \