From f7dedf957be98ee12c4b250923167e17f2bc6e32 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Thu, 19 Aug 2004 18:02:58 +0000 Subject: [PATCH] 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 --- modules/ldap/Makefile.in | 3 +++ modules/ldap/config.m4 | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 modules/ldap/Makefile.in create mode 100644 modules/ldap/config.m4 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 -- 2.40.0