summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-06-01 05:13:55 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-06-01 05:13:55 +0000
commitc6584482a9fff69f91697d9e73781e2cdde5ae21 (patch)
tree7b1c880ce2a3b1c19714b86e0dbae7265d7ee87f /NWGNUmakefile
parentb3f819b79bdbd644ee8142574c371fb8a1eebe69 (diff)
downloadapr-c6584482a9fff69f91697d9e73781e2cdde5ae21.tar.gz
Some quick fixes to get us back compiling on Netware
Submitted by: NormW <normw gknw.net> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1130002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 19884c8e5..ff9ebc675 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -4,7 +4,6 @@
SUBDIRS = \
build \
- ldap \
xml \
$(EOLIST)
@@ -47,7 +46,6 @@ XINCDIRS += \
$(APR)/include/arch/unix \
$(APR)/dbm/sdbm \
$(APR)/random/unix \
- $(LDAPSDK)/inc \
$(EOLIST)
#
@@ -203,7 +201,6 @@ FILES_nlm_objs = \
FILES_nlm_libs = \
$(PRELUDE) \
$(APRLIB) \
- $(APRLDAPLIB) \
$(APRXMLLIB) \
$(EOLIST)
@@ -229,14 +226,6 @@ FILES_nlm_modules += ws2_32 \
$(EOLIST)
endif
-#If the LDAP support is defined then add the auto-load modules
-ifneq "$(LDAPSDK)" ""
-FILES_nlm_modules += \
- lldapsdk \
- lldapssl \
- $(EOLIST)
-endif
-
ifdef EXPATSDK
ifndef EXPAT_LINK_STATIC
FILES_nlm_modules += \
@@ -277,14 +266,6 @@ FILES_nlm_Ximports += \
$(EOLIST)
endif
-#If the LDAP support is defined then add the imports
-ifneq "$(LDAPSDK)" ""
-FILES_nlm_Ximports += \
- @lldapsdk.imp \
- @lldapssl.imp \
- $(EOLIST)
-endif
-
ifdef EXPATSDK
ifndef EXPAT_LINK_STATIC
FILES_nlm_Ximports += \