From 00b5f3fa0369c13021bf4fb78c6450e524e4e411 Mon Sep 17 00:00:00 2001 From: Marcin Wyszynski Date: Thu, 6 Nov 2014 09:51:40 -0800 Subject: [PATCH] server_hooks.h is required by callout_manager.h --- src/lib/hooks/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/hooks/Makefile.am b/src/lib/hooks/Makefile.am index 61754cae28..62e7d6317e 100644 --- a/src/lib/hooks/Makefile.am +++ b/src/lib/hooks/Makefile.am @@ -60,7 +60,8 @@ libkea_hooks_include_HEADERS = \ callout_handle.h \ callout_manager.h \ library_handle.h \ - hooks.h + hooks.h \ + server_hooks.h if USE_CLANGPP # Disable unused parameter warning caused by some of the -- 2.47.3