mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' are way to generic and will often conflict with other include files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728508 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -92,7 +92,7 @@ else
|
||||
fi
|
||||
])
|
||||
|
||||
lua_objects="apr_lua.lo config.lo mod_lua.lo request.lo vmprep.lo"
|
||||
lua_objects="lua_apr.lo lua_config.lo mod_lua.lo lua_request.lo lua_vmprep.lo"
|
||||
|
||||
APACHE_MODULE(lua, Apache Lua Framework, $lua_objects, , no,
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user