From: Bradley Nicholes Date: Thu, 19 Aug 2004 18:02:58 +0000 (+0000) Subject: Add build files for the util_ldap module X-Git-Tag: STRIKER_2_1_0_RC1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7dedf957be98ee12c4b250923167e17f2bc6e32;p=apache Add build files for the util_ldap module git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104726 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/Makefile.in b/modules/ldap/Makefile.in new file mode 100644 index 0000000000..7c5c149d85 --- /dev/null +++ b/modules/ldap/Makefile.in @@ -0,0 +1,3 @@ +# a modules Makefile has no explicit targets -- they will be defined by +# whatever modules are enabled. just grab special.mk to deal with this. +include $(top_srcdir)/build/special.mk diff --git a/modules/ldap/config.m4 b/modules/ldap/config.m4 new file mode 100644 index 0000000000..25a92af473 --- /dev/null +++ b/modules/ldap/config.m4 @@ -0,0 +1,9 @@ + +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