From: Marcin Wyszynski Date: Wed, 5 Nov 2014 18:30:28 +0000 (-0800) Subject: export CalloutManager for testing statically linked libraries X-Git-Tag: kea-eng-20141219~24^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77182ab99cc7d4afcd69c6034dbe7642a35f2a89;p=thirdparty%2Fkea.git export CalloutManager for testing statically linked libraries --- diff --git a/src/lib/hooks/Makefile.am b/src/lib/hooks/Makefile.am index 40aa999034..61754cae28 100644 --- a/src/lib/hooks/Makefile.am +++ b/src/lib/hooks/Makefile.am @@ -53,10 +53,12 @@ libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.l # Specify the headers for copying into the installation directory tree. User- # written libraries only need the definitions from the headers for the -# CalloutHandle and LibraryHandle objects. +# CalloutHandle and LibraryHandle objects. CalloutManager may be required by +# users testing statically linked KEA binaries. libkea_hooks_includedir = $(pkgincludedir)/hooks libkea_hooks_include_HEADERS = \ callout_handle.h \ + callout_manager.h \ library_handle.h \ hooks.h