[27038] in CVS-changelog-for-Kerberos-V5
krb5 commit: Do not add empty dir to the include search list
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Mon Sep 24 23:21:48 2012
Date: Mon, 24 Sep 2012 23:21:39 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201209250321.q8P3LdQP012156@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/db934c97232a4999105517f6484bdf84f8af214c
commit db934c97232a4999105517f6484bdf84f8af214c
Author: Ben Kaduk <kaduk@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)
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5