handle both krb5 and krb4 cases
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10558 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -41,7 +41,11 @@ AFSLIBS =
|
||||
DEPLIB_krb4 =
|
||||
endif # KRB4
|
||||
|
||||
if KRB5
|
||||
libkafs_la_LIBADD = ../krb5/libkrb5.la ../roken/libroken.la $(DEPLIB_krb4)
|
||||
else
|
||||
libkafs_la_LIBADD = ../roken/libroken.la $(DEPLIB_krb4)
|
||||
endif # KRB5
|
||||
|
||||
lib_LTLIBRARIES = $(AFSLIBS)
|
||||
libkafs_la_LDFLAGS = -version-info 3:0:3
|
||||
|
Reference in New Issue
Block a user