2017-10-26 11:42:16 +00:00
|
|
|
diff --git a/src/hooks/dhcp/lease_cmds/Makefile.am b/src/hooks/dhcp/lease_cmds/Makefile.am
|
|
|
|
index 2c36689..fb6365e 100644
|
|
|
|
--- a/src/hooks/dhcp/lease_cmds/Makefile.am
|
|
|
|
+++ b/src/hooks/dhcp/lease_cmds/Makefile.am
|
|
|
|
@@ -36,7 +36,7 @@ liblease_cmds_la_CXXFLAGS = $(AM_CXXFLAGS)
|
|
|
|
liblease_cmds_la_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
|
|
|
# install the shared object into $(libdir)/hooks
|
|
|
|
-lib_hooksdir = $(libdir)/hooks
|
|
|
|
+lib_hooksdir = $(libdir)/kea/hooks
|
|
|
|
lib_hooks_LTLIBRARIES = libdhcp_lease_cmds.la
|
|
|
|
|
|
|
|
libdhcp_lease_cmds_la_SOURCES =
|
2018-11-20 14:41:43 +00:00
|
|
|
diff --git a/src/hooks/dhcp/high_availability/Makefile.am b/src/hooks/dhcp/high_availability/Makefile.am
|
|
|
|
index 8550cca..a4f1124 100644
|
|
|
|
--- a/src/hooks/dhcp/high_availability/Makefile.am
|
|
|
|
+++ b/src/hooks/dhcp/high_availability/Makefile.am
|
|
|
|
@@ -44,7 +44,7 @@ libha_la_CXXFLAGS = $(AM_CXXFLAGS)
|
|
|
|
libha_la_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
|
|
|
# install the shared object into $(libdir)/hooks
|
|
|
|
-lib_hooksdir = $(libdir)/hooks
|
|
|
|
+lib_hooksdir = $(libdir)/kea/hooks
|
|
|
|
lib_hooks_LTLIBRARIES = libdhcp_ha.la
|
|
|
|
|
|
|
|
libdhcp_ha_la_SOURCES =
|
|
|
|
diff --git a/src/hooks/dhcp/stat_cmds/Makefile.am b/src/hooks/dhcp/stat_cmds/Makefile.am
|
|
|
|
index e6ff587..0fcc578 100644
|
|
|
|
--- a/src/hooks/dhcp/stat_cmds/Makefile.am
|
|
|
|
+++ b/src/hooks/dhcp/stat_cmds/Makefile.am
|
|
|
|
@@ -36,7 +36,7 @@ libstat_cmds_la_CXXFLAGS = $(AM_CXXFLAGS)
|
|
|
|
libstat_cmds_la_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
|
|
|
# install the shared object into $(libdir)/hooks
|
|
|
|
-lib_hooksdir = $(libdir)/hooks
|
|
|
|
+lib_hooksdir = $(libdir)/kea/hooks
|
|
|
|
lib_hooks_LTLIBRARIES = libdhcp_stat_cmds.la
|
|
|
|
|
|
|
|
libdhcp_stat_cmds_la_SOURCES =
|