]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
export CalloutManager for testing statically linked libraries
authorMarcin Wyszynski <marcinw@fb.com>
Wed, 5 Nov 2014 18:30:28 +0000 (10:30 -0800)
committerMarcin Wyszynski <marcinw@fb.com>
Wed, 5 Nov 2014 18:30:28 +0000 (10:30 -0800)
src/lib/hooks/Makefile.am

index 40aa99903410b6fe910e29687a47199331b85f5d..61754cae28fa825e6cf4a9f9b9063802a5f2737e 100644 (file)
@@ -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