From: Francis Dupont Date: Fri, 15 Feb 2019 14:41:43 +0000 (+0100) Subject: [161-move-hooks-subdirectory-under-kea-own-directory] Added mysql_cb and fixed config... X-Git-Tag: 397-cb-implement-mysqlconfigbackenddhcpv6_base~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e319fb421e8e0aaa4a80756decf37e513a319d1b;p=thirdparty%2Fkea.git [161-move-hooks-subdirectory-under-kea-own-directory] Added mysql_cb and fixed configure.ac --- diff --git a/configure.ac b/configure.ac index 5d9486839e..43115bc6ce 100644 --- a/configure.ac +++ b/configure.ac @@ -1753,7 +1753,7 @@ Package: Extended version: ${EXTENDED_VERSION} OS Family: ${OS_TYPE} - Hooks directory: ${libdir}/kea/hooks + Hooks directory: ${prefix}/lib/kea/hooks END if test "$PREMIUM" != ""; then cat >> config.report << END diff --git a/src/hooks/dhcp/mysql_cb/Makefile.am b/src/hooks/dhcp/mysql_cb/Makefile.am index 9ebc47e7ac..75890432b4 100644 --- a/src/hooks/dhcp/mysql_cb/Makefile.am +++ b/src/hooks/dhcp/mysql_cb/Makefile.am @@ -35,8 +35,8 @@ nodist_libmysqlcb_la_SOURCES = mysql_cb_messages.cc mysql_cb_messages.h libmysqlcb_la_CXXFLAGS = $(AM_CXXFLAGS) libmysqlcb_la_CPPFLAGS = $(AM_CPPFLAGS) -# install the shared object into $(libdir)/hooks -lib_hooksdir = $(libdir)/hooks +# install the shared object into $(libdir)/kea/hooks +lib_hooksdir = $(libdir)/kea/hooks lib_hooks_LTLIBRARIES = libdhcp_mysql_cb.la libdhcp_mysql_cb_la_SOURCES =