]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#899] fixed rebase
authorRazvan Becheriu <razvan@isc.org>
Tue, 16 Feb 2021 20:25:12 +0000 (22:25 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 18 Feb 2021 17:23:57 +0000 (19:23 +0200)
configure.ac

index c8d225ffb8700ae11165a7e4b224486a1309be21..5003b893b382abd2c29e41edbed5b0ad210f4767 100755 (executable)
@@ -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])