summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-04 01:19:29 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-04 01:19:29 +0000
commitc16c739cb3b93b193e0e0763480ddf0c4c3b2e88 (patch)
tree22959e8de91441a74f7acad20fb598d37d591030 /NWGNUmakefile
parent7bcd12b29d916fe124c8dd084fd6337b56903f9b (diff)
downloadapr-c16c739cb3b93b193e0e0763480ddf0c4c3b2e88.tar.gz
NetWare build overhaul in order to compile on Linux.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1076916 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index b4fb03219..69e267bae 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -275,8 +275,8 @@ endif
#If the LDAP support is defined then add the imports
ifneq "$(LDAPSDK)" ""
FILES_nlm_Ximports += \
- @$(LDAPSDK)/imports/lldapsdk.imp \
- @$(LDAPSDK)/imports/lldapssl.imp \
+ @lldapsdk.imp \
+ @lldapssl.imp \
$(EOLIST)
endif