diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-10-11 23:35:06 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-10-11 23:35:06 +0200 |
commit | 11128b2991ec9afea1b12d805b716ff97873e3c0 (patch) | |
tree | c4abaaa43a3ad20006b3fcba6877be08ed37b6d0 /modules/experimental | |
parent | Fixed a problem with the NetWare command line builder for building the CGI (diff) | |
download | apache2-11128b2991ec9afea1b12d805b716ff97873e3c0.tar.xz apache2-11128b2991ec9afea1b12d805b716ff97873e3c0.zip |
NetWare makefile changes to facilitate building the auth_ldap modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/experimental')
-rw-r--r-- | modules/experimental/NWGNUauthldap | 1 | ||||
-rw-r--r-- | modules/experimental/NWGNUmakefile | 7 | ||||
-rw-r--r-- | modules/experimental/NWGNUutilldap | 1 |
3 files changed, 7 insertions, 2 deletions
diff --git a/modules/experimental/NWGNUauthldap b/modules/experimental/NWGNUauthldap index 0c13a9c7f3..0e8d0f3d43 100644 --- a/modules/experimental/NWGNUauthldap +++ b/modules/experimental/NWGNUauthldap @@ -21,7 +21,6 @@ XINCDIRS += \ $(AP_WORK)/srclib/apr/include \ $(AP_WORK)/srclib/apr-util/include \ $(AP_WORK)/srclib/apr \ - $(LDAPSDK)/inc \ $(EOLIST) # diff --git a/modules/experimental/NWGNUmakefile b/modules/experimental/NWGNUmakefile index b156252c4e..6045155770 100644 --- a/modules/experimental/NWGNUmakefile +++ b/modules/experimental/NWGNUmakefile @@ -158,6 +158,13 @@ TARGET_nlm = \ $(OBJDIR)/dsk_cach.nlm \ $(OBJDIR)/extfiltr.nlm \ $(EOLIST) + +# If LDAPSDK has been defined then build the auth_ldap module +ifneq "$(LDAPSDK)" "" +TARGET_nlm += $(OBJDIR)/authldap.nlm \ + $(OBJDIR)/utilldap.nlm \ + $(EOLIST) +endif # # If there is an LIB target, put it here diff --git a/modules/experimental/NWGNUutilldap b/modules/experimental/NWGNUutilldap index eb84d7ed09..a43aef2dfb 100644 --- a/modules/experimental/NWGNUutilldap +++ b/modules/experimental/NWGNUutilldap @@ -21,7 +21,6 @@ XINCDIRS += \ $(AP_WORK)/srclib/apr/include \ $(AP_WORK)/srclib/apr-util/include \ $(AP_WORK)/srclib/apr \ - $(LDAPSDK)/inc \ $(EOLIST) # |