From: Marcin Siodelski Date: Thu, 14 Jun 2018 12:54:56 +0000 (+0200) Subject: [5649] Added missing hooks header to install. X-Git-Tag: Kea-1.4.0~1^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb39c789cfb7ece6ae746bc69f79279fa908732;p=thirdparty%2Fkea.git [5649] Added missing hooks header to install. --- diff --git a/src/lib/hooks/Makefile.am b/src/lib/hooks/Makefile.am index 9c04af1e73..062dfe3152 100644 --- a/src/lib/hooks/Makefile.am +++ b/src/lib/hooks/Makefile.am @@ -65,6 +65,7 @@ libkea_hooks_la_LIBADD += $(LOG4CPLUS_LIBS) libkea_hooks_includedir = $(pkgincludedir)/hooks libkea_hooks_include_HEADERS = \ callout_handle.h \ + callout_handle_associate.h \ callout_manager.h \ hooks.h \ hooks_config.h \