summaryrefslogtreecommitdiffstats
path: root/src/windows/leashdll
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-09-20 14:03:20 -0400
committerBen Kaduk <kaduk@mit.edu>2012-09-24 17:22:11 -0400
commitdb934c97232a4999105517f6484bdf84f8af214c (patch)
tree0754aed19f266b8423f9f1ec891f0a2c833ef548 /src/windows/leashdll
parentd77308a1eaf9c996e10fbc2f82e79c4df3fc1078 (diff)
downloadkrb5-db934c97232a4999105517f6484bdf84f8af214c.tar.gz
krb5-db934c97232a4999105517f6484bdf84f8af214c.tar.xz
krb5-db934c97232a4999105517f6484bdf84f8af214c.zip
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.
Diffstat (limited to 'src/windows/leashdll')
-rw-r--r--src/windows/leashdll/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)