bnicholes 2004/08/19 11:02:58
Added: modules/ldap config.m4 Makefile.in
Log:
Add build files for the util_ldap module
Revision Changes Path
1.1 httpd-2.0/modules/ldap/config.m4
Index: config.m4
===================================================================
dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
APACHE_MODPATH_INIT(ldap)
ldap_objects="util_ldap.lo util_ldap_cache.lo util_ldap_cache_mgr.lo"
APACHE_MODULE(ldap, LDAP caching and connection pooling services, $ldap_objects, , no)
APACHE_MODPATH_FINISH
1.3 +2 -2 httpd-2.0/modules/ldap/Makefile.in
|