]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5649] Added missing hooks header to install.
authorMarcin Siodelski <marcin@isc.org>
Thu, 14 Jun 2018 12:54:56 +0000 (14:54 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 14 Jun 2018 12:54:56 +0000 (14:54 +0200)
src/lib/hooks/Makefile.am

index 9c04af1e73de7773b565b09539dd89db9ff4af68..062dfe315242677930727e5ec4a5a1367588efca 100644 (file)
@@ -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 \