Build dll.obj and don't build KRB4 specific targets if not building KRB4
This commit is contained in:

committed by
Love Hornquist Astrand

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