From 693586f23ead73dda1fa201ab830bbe4c0530484 Mon Sep 17 00:00:00 2001 From: randy-waterhouse Date: Thu, 3 Sep 2015 08:48:59 +1200 Subject: [PATCH] Fix makefile.am allocating_handler.hpp call. --- include/libtorrent/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/Makefile.am b/include/libtorrent/Makefile.am index 08fa595c0..972abe1fe 100644 --- a/include/libtorrent/Makefile.am +++ b/include/libtorrent/Makefile.am @@ -8,7 +8,6 @@ nobase_include_HEADERS = \ alert_observer.hpp \ alert_types.hpp \ alloca.hpp \ - allocating_handler.hpp \ allocator.hpp \ assert.hpp \ bandwidth_limit.hpp \ @@ -159,6 +158,7 @@ nobase_include_HEADERS = \ tommath_superclass.h \ \ aux_/alert_manager_variadic_emplace.hpp \ + aux_/allocating_handler.hpp \ aux_/cpuid.hpp \ aux_/disable_warnings_push.hpp \ aux_/disable_warnings_pop.hpp \