mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[#1129] bump up hooks lib version
This commit is contained in:
@@ -38,7 +38,7 @@ libkea_hooks_la_SOURCES += hooks_messages.cc hooks_messages.h
|
|||||||
|
|
||||||
libkea_hooks_la_CXXFLAGS = $(AM_CXXFLAGS)
|
libkea_hooks_la_CXXFLAGS = $(AM_CXXFLAGS)
|
||||||
libkea_hooks_la_CPPFLAGS = $(AM_CPPFLAGS)
|
libkea_hooks_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 10:0:0
|
libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 11:0:0
|
||||||
libkea_hooks_la_LIBADD =
|
libkea_hooks_la_LIBADD =
|
||||||
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/log/libkea-log.la
|
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/log/libkea-log.la
|
||||||
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
|
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
|
||||||
|
@@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
// Version 15 of the hooks framework, set for Kea 1.7.5
|
// Version 16 of the hooks framework, set for Kea 1.7.6
|
||||||
const int KEA_HOOKS_VERSION = 15;
|
const int KEA_HOOKS_VERSION = 16;
|
||||||
|
|
||||||
// Names of the framework functions.
|
// Names of the framework functions.
|
||||||
const char* const LOAD_FUNCTION_NAME = "load";
|
const char* const LOAD_FUNCTION_NAME = "load";
|
||||||
|
Reference in New Issue
Block a user