]> granicus.if.org Git - apache/commitdiff
Add build files for the util_ldap module
authorBradley Nicholes <bnicholes@apache.org>
Thu, 19 Aug 2004 18:02:58 +0000 (18:02 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 19 Aug 2004 18:02:58 +0000 (18:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104726 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/Makefile.in [new file with mode: 0644]
modules/ldap/config.m4 [new file with mode: 0644]

diff --git a/modules/ldap/Makefile.in b/modules/ldap/Makefile.in
new file mode 100644 (file)
index 0000000..7c5c149
--- /dev/null
@@ -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 (file)
index 0000000..25a92af
--- /dev/null
@@ -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