From: Marcin Wyszynski Date: Thu, 6 Nov 2014 17:51:40 +0000 (-0800) Subject: server_hooks.h is required by callout_manager.h X-Git-Tag: kea-eng-20141219~24^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4%2Fhead;p=thirdparty%2Fkea.git server_hooks.h is required by callout_manager.h --- 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