From: Razvan Becheriu Date: Tue, 16 Feb 2021 20:25:12 +0000 (+0200) Subject: [#899] fixed rebase X-Git-Tag: Kea-1.9.5~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe71989215e0a657f8e809d9aa35ca9a88deb7b;p=thirdparty%2Fkea.git [#899] fixed rebase --- diff --git a/configure.ac b/configure.ac index c8d225ffb8..5003b893b3 100755 --- a/configure.ac +++ b/configure.ac @@ -1679,6 +1679,11 @@ AC_CONFIG_FILES([src/hooks/dhcp/lease_cmds/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/lease_cmds/tests/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/mysql_cb/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/mysql_cb/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]) +AC_CONFIG_FILES([src/hooks/dhcp/run_script/tests/run_script_test.sh], + [chmod +x src/hooks/dhcp/run_script/tests/run_script_test.sh]) AC_CONFIG_FILES([src/hooks/dhcp/stat_cmds/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/stat_cmds/tests/Makefile]) AC_CONFIG_FILES([src/hooks/dhcp/user_chk/Makefile]) @@ -1690,6 +1695,8 @@ AC_CONFIG_FILES([src/lib/asiodns/tests/Makefile]) AC_CONFIG_FILES([src/lib/asiolink/Makefile]) AC_CONFIG_FILES([src/lib/asiolink/testutils/Makefile]) AC_CONFIG_FILES([src/lib/asiolink/tests/Makefile]) +AC_CONFIG_FILES([src/lib/asiolink/tests/process_spawn_app.sh], + [chmod +x src/lib/asiolink/tests/process_spawn_app.sh]) AC_CONFIG_FILES([src/lib/cc/Makefile]) AC_CONFIG_FILES([src/lib/cc/tests/Makefile]) AC_CONFIG_FILES([src/lib/cfgrpt/Makefile]) @@ -1774,8 +1781,6 @@ AC_CONFIG_FILES([src/lib/util/python/Makefile]) AC_CONFIG_FILES([src/lib/util/python/gen_wiredata.py], [chmod +x src/lib/util/python/gen_wiredata.py]) AC_CONFIG_FILES([src/lib/util/tests/Makefile]) -AC_CONFIG_FILES([src/lib/util/tests/process_spawn_app.sh], - [chmod +x src/lib/util/tests/process_spawn_app.sh]) AC_CONFIG_FILES([src/lib/util/unittests/Makefile]) AC_CONFIG_FILES([src/lib/yang/Makefile]) AC_CONFIG_FILES([src/lib/yang/pretests/Makefile])