initial commit

This commit is contained in:
Valery Komarov
2011-03-11 11:47:50 +03:00
commit 906f880b53
3 changed files with 594 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
ngx_addon_name=ngx_http_auth_ldap_module
HTTP_MODULES="$HTTP_MODULES ngx_http_auth_ldap_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_auth_ldap_module.c"
CORE_LIBS="$CORE_LIBS -lldap"
CFLAGS="$CFLAGS -DLDAP_DEPRECATED"