summaryrefslogtreecommitdiffstats
path: root/modules/lua
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2013-06-04 14:27:24 +0200
committerGuenter Knauf <fuankg@apache.org>2013-06-04 14:27:24 +0200
commit2deddb79ae2902611f8f7e151e43a9a106ce0e4f (patch)
tree09de9a0987f4fd2a6d847e67f8aa69d841aa341d /modules/lua
parentAdded new function r.date_parse_rfc() to mod_lua. (diff)
downloadapache2-2deddb79ae2902611f8f7e151e43a9a106ce0e4f.tar.xz
apache2-2deddb79ae2902611f8f7e151e43a9a106ce0e4f.zip
Follow-up to r1488773 for configure builds.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1489410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/lua')
-rw-r--r--modules/lua/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lua/config.m4 b/modules/lua/config.m4
index 2d1ac05253..8a7a11bf29 100644
--- a/modules/lua/config.m4
+++ b/modules/lua/config.m4
@@ -136,7 +136,7 @@ else
fi
])
-lua_objects="lua_apr.lo lua_config.lo mod_lua.lo lua_request.lo lua_vmprep.lo lua_dbd.lo"
+lua_objects="lua_apr.lo lua_config.lo mod_lua.lo lua_request.lo lua_vmprep.lo lua_dbd.lo lua_passwd.lo"
APACHE_MODULE(lua, Apache Lua Framework, $lua_objects, , , [
CHECK_LUA()