From 49572aa300ea2b25712d7e8cea0dd0df34faf7ee Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Tue, 30 Oct 2018 15:43:57 +0100 Subject: [PATCH] [#93,!105] Exclude mysql_cb hooks library from Kea 1.5.0 dist. --- configure.ac | 2 -- src/hooks/dhcp/Makefile.am | 8 +------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index 9a6a1ec541..26e1abc089 100644 --- a/configure.ac +++ b/configure.ac @@ -1530,8 +1530,6 @@ AC_CONFIG_FILES([Makefile src/hooks/dhcp/high_availability/tests/Makefile src/hooks/dhcp/lease_cmds/Makefile src/hooks/dhcp/lease_cmds/tests/Makefile - src/hooks/dhcp/mysql_cb/Makefile - src/hooks/dhcp/mysql_cb/tests/Makefile src/hooks/dhcp/user_chk/Makefile src/hooks/dhcp/user_chk/tests/Makefile src/hooks/dhcp/user_chk/tests/test_data_files_config.h diff --git a/src/hooks/dhcp/Makefile.am b/src/hooks/dhcp/Makefile.am index 0bb9b878e3..d8e33e26c8 100644 --- a/src/hooks/dhcp/Makefile.am +++ b/src/hooks/dhcp/Makefile.am @@ -1,7 +1 @@ -SUBDIRS = high_availability lease_cmds - -if HAVE_MYSQL -SUBDIRS += mysql_cb -endif - -SUBDIRS += stat_cmds user_chk +SUBDIRS = high_availability lease_cmds stat_cmds user_chk -- 2.47.2