diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-08-19 00:26:58 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-08-19 00:26:58 +0200 |
commit | 211ecf3b515bba8b2103873c3ab0c97dfc0f36e3 (patch) | |
tree | a5decd789aae9a98a9c0122eb2d57b341a9d241b /modules/NWGNUmakefile | |
parent | Move util_ldap out of experimental and into ldap. (diff) | |
download | apache2-211ecf3b515bba8b2103873c3ab0c97dfc0f36e3.tar.xz apache2-211ecf3b515bba8b2103873c3ab0c97dfc0f36e3.zip |
Update the netware make files to stop building the ldap modules from experimental and start building from the new locations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104719 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/NWGNUmakefile')
-rw-r--r-- | modules/NWGNUmakefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile index 09ec212972..a213675b1a 100644 --- a/modules/NWGNUmakefile +++ b/modules/NWGNUmakefile @@ -18,6 +18,13 @@ SUBDIRS = \ filters \ $(EOLIST) +# If LDAPSDK has been defined then build the util_ldap module +ifneq "$(LDAPSDK)" "" +SUBDIRS += ldap \ + $(EOLIST) +endif + + #If the mod_edir directory exists then build the mod_edir module ifeq "$(wildcard $(AP_WORK)\modules\mod_edir)" "$(AP_WORK)\modules\mod_edir" SUBDIRS += mod_edir \ |