From: Ben Kaduk Date: Thu, 20 Sep 2012 18:03:20 +0000 (-0400) Subject: Do not add empty dir to the include search list X-Git-Tag: krb5-1.11-alpha1~160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db934c97232a4999105517f6484bdf84f8af214c;p=thirdparty%2Fkrb5.git 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. --- diff --git a/src/windows/leashdll/Makefile.in b/src/windows/leashdll/Makefile.in index e443504ed3..b547d0907c 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)