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])
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])
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])