(make_print_version_LDADD): use = instead of += (be nice to current

automake)


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10541 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-08-23 22:41:03 +00:00
parent 9a2b9511a5
commit 0ce8a80c45

View File

@@ -14,7 +14,7 @@ if KRB4
if KRB5
## need to link with des here; otherwise, if krb4 is shared the link
## will fail with unresolved references
make_print_version_LDADD += $(LIB_krb4) -ldes
make_print_version_LDADD = $(LIB_krb4) -ldes
endif
endif