link print_version with -ldes to avoid unresolved references if -lkrb

is shared


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5767 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-27 11:37:53 +00:00
parent 31c9599d0a
commit ea0c47f9d0

View File

@@ -10,7 +10,9 @@ libroken_la_LDFLAGS = -version-info 0:0:0
noinst_PROGRAMS = make-roken make-print-version noinst_PROGRAMS = make-roken make-print-version
if KRB5 if KRB5
make_print_version_LDADD += $(LIB_krb4) ## 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
endif endif
libroken_la_SOURCES = \ libroken_la_SOURCES = \