]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Do not add empty dir to the include search list
authorBen Kaduk <kaduk@mit.edu>
Thu, 20 Sep 2012 18:03:20 +0000 (14:03 -0400)
committerBen Kaduk <kaduk@mit.edu>
Mon, 24 Sep 2012 21:22:11 +0000 (17:22 -0400)
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

index e443504ed3d4626a4e05baf2afbdc6ea135f26b3..b547d0907c4fd0d96a26a1d7776c98fe26fa99fd 100644 (file)
@@ -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)