From a990059c71eb6f452329db3f642df82fc7b219e1 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Mon, 16 Sep 2024 12:33:27 +0300 Subject: [#3536] addressed review comments --- configure.ac | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 03b7581433..30d265f6ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1582,24 +1582,24 @@ AC_CONFIG_FILES([src/hooks/dhcp/high_availability/tests/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/lease_cmds/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/lease_cmds/libloadtests/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/lease_cmds/tests/Makefile]) -AC_CONFIG_FILES([src/hooks/dhcp/mysql_lb/Makefile]) -AC_CONFIG_FILES([src/hooks/dhcp/mysql_lb/libloadtests/Makefile]) -AC_CONFIG_FILES([src/hooks/dhcp/mysql_lb/tests/Makefile]) -AC_CONFIG_FILES([src/hooks/dhcp/mysql_hb/Makefile]) -AC_CONFIG_FILES([src/hooks/dhcp/mysql_hb/libloadtests/Makefile]) -AC_CONFIG_FILES([src/hooks/dhcp/mysql_hb/tests/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/mysql_cb/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/mysql_cb/libloadtests/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/mysql_cb/tests/Makefile]) -AC_CONFIG_FILES([src/hooks/dhcp/pgsql_lb/Makefile]) -AC_CONFIG_FILES([src/hooks/dhcp/pgsql_lb/libloadtests/Makefile]) -AC_CONFIG_FILES([src/hooks/dhcp/pgsql_lb/tests/Makefile]) -AC_CONFIG_FILES([src/hooks/dhcp/pgsql_hb/Makefile]) -AC_CONFIG_FILES([src/hooks/dhcp/pgsql_hb/libloadtests/Makefile]) -AC_CONFIG_FILES([src/hooks/dhcp/pgsql_hb/tests/Makefile]) +AC_CONFIG_FILES([src/hooks/dhcp/mysql_hb/Makefile]) +AC_CONFIG_FILES([src/hooks/dhcp/mysql_hb/libloadtests/Makefile]) +AC_CONFIG_FILES([src/hooks/dhcp/mysql_hb/tests/Makefile]) +AC_CONFIG_FILES([src/hooks/dhcp/mysql_lb/Makefile]) +AC_CONFIG_FILES([src/hooks/dhcp/mysql_lb/libloadtests/Makefile]) +AC_CONFIG_FILES([src/hooks/dhcp/mysql_lb/tests/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/pgsql_cb/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/pgsql_cb/libloadtests/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/pgsql_cb/tests/Makefile]) +AC_CONFIG_FILES([src/hooks/dhcp/pgsql_hb/Makefile]) +AC_CONFIG_FILES([src/hooks/dhcp/pgsql_hb/libloadtests/Makefile]) +AC_CONFIG_FILES([src/hooks/dhcp/pgsql_hb/tests/Makefile]) +AC_CONFIG_FILES([src/hooks/dhcp/pgsql_lb/Makefile]) +AC_CONFIG_FILES([src/hooks/dhcp/pgsql_lb/libloadtests/Makefile]) +AC_CONFIG_FILES([src/hooks/dhcp/pgsql_lb/tests/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/run_script/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/run_script/libloadtests/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/run_script/tests/Makefile]) -- cgit v1.2.3