Build dll.obj and don't build KRB4 specific targets if not building KRB4

This commit is contained in:
Asanka Herath
2009-09-14 13:48:05 -04:00
committed by Love Hornquist Astrand
parent c6b8fad5dc
commit bd669f10eb

View File

@@ -58,6 +58,7 @@ libkrb5_OBJS = \
$(OBJ)\data.obj \
$(OBJ)\deprecated.obj \
$(OBJ)\digest.obj \
$(OBJ)\dll.obj \
$(OBJ)\eai_to_heim_errno.obj \
$(OBJ)\error_string.obj \
$(OBJ)\expand_hostname.obj \
@@ -376,7 +377,9 @@ test_binaries = \
$(OBJ)\aes-test.exe \
$(OBJ)\derived-key-test.exe \
$(OBJ)\n-fold-test.exe \
!ifdef KRB4
$(OBJ)\name-45-test.exe \
!endif
$(OBJ)\parse-name-test.exe \
$(OBJ)\store-test.exe \
$(OBJ)\string-to-key-test.exe \
@@ -404,7 +407,9 @@ test-run:
aes-test.exe
derived-key-test.exe
n-fold-test.exe
!ifdef KRB4
name-45-test.exe
!endif
parse-name-test.exe
store-test.exe
string-to-key-test.exe