git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3880003
)
windows-update-makefile-20081003
author
Jeffrey Altman
<jaltman@secure-endpoints.com>
Fri, 3 Oct 2008 15:28:07 +0000 (15:28 +0000)
committer
Jeffrey Altman
<jaltman@secure-endpoints.com>
Fri, 3 Oct 2008 15:28:07 +0000 (15:28 +0000)
LICENSE MIT
add missing reference to cm_nls.obj
src/update/NTMakefile
patch
|
blob
|
history
diff --git
a/src/update/NTMakefile
b/src/update/NTMakefile
index
942a356
..
3f651c8
100644
(file)
--- a/
src/update/NTMakefile
+++ b/
src/update/NTMakefile
@@
-22,7
+22,8
@@
LIBS = \
$(DESTDIR)\lib\afs\afseventlog.lib \
$(DESTDIR)\lib\afsrxkad.lib \
$(DESTDIR)\lib\afs\afsprocmgmt.lib \
- $(DESTDIR)\lib\cm_dns.obj
+ $(DESTDIR)\lib\cm_dns.obj \
+ $(DESTDIR)\lib\cm_nls.obj
############################################################################
# Definitions for generating files via RXGEN