Parcourir la source

export CalloutManager for testing statically linked libraries

Marcin Wyszynski il y a 10 ans
Parent
commit
77182ab99c
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/lib/hooks/Makefile.am

+ 3 - 1
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