]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
hooksdir moved from $(libdir)/hooks to $(libdir)/kea/hooks
authorAdam Osuchowski <adwol@pld-linux.org>
Fri, 12 Oct 2018 12:18:53 +0000 (14:18 +0200)
committerTomek Mrugalski <tomek@isc.org>
Thu, 21 Feb 2019 03:35:26 +0000 (22:35 -0500)
configure.ac
src/hooks/dhcp/high_availability/Makefile.am
src/hooks/dhcp/lease_cmds/Makefile.am
src/hooks/dhcp/stat_cmds/Makefile.am

index 1b872cb8ccf6e56524d2e1e81f8ca7b2757dd2e4..5d9486839ecb446c4b1a704edd4cd704cafef995 100644 (file)
@@ -1753,7 +1753,7 @@ Package:
   Extended version:  ${EXTENDED_VERSION}
   OS Family:         ${OS_TYPE}
 
-  Hooks directory:   ${prefix}/lib/hooks
+  Hooks directory:   ${libdir}/kea/hooks
 END
 if test "$PREMIUM" != ""; then
 cat >> config.report << END
index 8550cca8158cd73bcbd324139afedf53f5166060..ffba51caa0fc7193a53b29142b8dc4375541e638 100644 (file)
@@ -43,8 +43,8 @@ nodist_libha_la_SOURCES = ha_messages.cc ha_messages.h
 libha_la_CXXFLAGS = $(AM_CXXFLAGS)
 libha_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_ha.la
 
 libdhcp_ha_la_SOURCES  =
index 841298f4bc4f2c8dec3b31d59ae24bf606835471..d32825540cfa6e18477e17ab2ea2d2e2bf2ab317 100644 (file)
@@ -36,8 +36,8 @@ nodist_liblease_cmds_la_SOURCES = lease_cmds_messages.cc lease_cmds_messages.h
 liblease_cmds_la_CXXFLAGS = $(AM_CXXFLAGS)
 liblease_cmds_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_lease_cmds.la
 
 libdhcp_lease_cmds_la_SOURCES  =
index e6ff587cf66814379a7430f57ac80cd0eb8427cb..ccfc3adeef5a4f41570551daec53ad2d665c0287 100644 (file)
@@ -35,8 +35,8 @@ nodist_libstat_cmds_la_SOURCES = stat_cmds_messages.cc stat_cmds_messages.h
 libstat_cmds_la_CXXFLAGS = $(AM_CXXFLAGS)
 libstat_cmds_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_stat_cmds.la
 
 libdhcp_stat_cmds_la_SOURCES  =