summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2012-05-02 20:56:07 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2012-05-02 20:56:07 +0000
commit0417e4c2e3d59a08afc5686712d680b70bcab529 (patch)
tree42742a0bf15a91885cfc903f1c57202201003ea9 /NWGNUmakefile
parent784971d75dc820954e3d5406dd786fc85dde348f (diff)
downloadlibapr-0417e4c2e3d59a08afc5686712d680b70bcab529.tar.gz
NetWare build tweaks to enable nlmconv linker.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1333202 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index ff9ebc675..1ab8b347a 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -217,7 +217,7 @@ endif
# These will be added as a module command in the link.opt file.
#
FILES_nlm_modules = \
- Libc \
+ libc \
$(EOLIST)
# Include the Winsock libraries if Winsock is being used
@@ -253,14 +253,16 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
- @libc.imp \
- @netware.imp \
+ @$(NOVI)/libc.imp \
+ @$(NOVI)/netware.imp \
$(EOLIST)
# Include the Winsock imports if Winsock is being used
ifndef USE_STDSOCKETS
FILES_nlm_Ximports += \
- @ws2nlm.imp \
+ @$(NOVI)/ws2nlm.imp \
+ $(EOLIST)
+FILES_nlm_imports += \
WSAStartupRTags \
WSACleanupRTag \
$(EOLIST)