Windows: include KAFS when building kuser

if NO_AFS is not defined include the KAFS library when
building kuser.   the KAFS library does not yet build on
Windows but will in the future.

Change-Id: If2a6c7279d6166cc0f4c49d36f3fa54ad7d19d87
This commit is contained in:
Jeffrey Altman
2011-09-20 16:16:09 -04:00
parent 6272abb227
commit 9081ab775f

View File

@@ -57,6 +57,9 @@ NOINSTPROGRAMS=\
BINLIBS=\
$(LIBHEIMDAL) \
$(LIBHEIMNTLM) \
!if !defined(NO_AFS)
$(LIBKAFS) \
!endif
$(LIBROKEN) \
$(LIBVERS)