krb5 commit: Do not add empty dir to the include search list
Benjamin Kaduk
kaduk at MIT.EDU
Mon Sep 24 23:21:39 EDT 2012
https://github.com/krb5/krb5/commit/db934c97232a4999105517f6484bdf84f8af214c
commit db934c97232a4999105517f6484bdf84f8af214c
Author: Ben Kaduk <kaduk at mit.edu>
Date: Thu Sep 20 14:03:20 2012 -0400
Do not add empty dir to the include search list
windows/leashdll/include contains only a krb4 directory.
We have a dubious need for the latter through AFSroutines.c,
but the former can be eliminated.
src/windows/leashdll/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/windows/leashdll/Makefile.in b/src/windows/leashdll/Makefile.in
index e443504..b547d09 100644
--- a/src/windows/leashdll/Makefile.in
+++ b/src/windows/leashdll/Makefile.in
@@ -48,7 +48,7 @@ RCFLAGS = -I$(BUILDTOP)\include -I$(BUILDTOP) -DLEASHDLL_LIB
# Set NODEBUG if building release instead of debug
-LOCALINCLUDES = -I$(BUILDTOP)\include -I$(BUILDTOP)\windows\include -I.\include -I.\include\krb4 $(AFS_INCLUDES)
+LOCALINCLUDES = -I$(BUILDTOP)\include -I$(BUILDTOP)\windows\include -I.\include\krb4 $(AFS_INCLUDES)
WINLIBS = kernel32.lib advapi32.lib user32.lib gdi32.lib Version.lib \
ws2_32.lib dnsapi.lib $(BUILDTOP)\ccapi\lib\win\srctmp\$(CCLIB).lib $(AFS_LIBS)
More information about the cvs-krb5
mailing list