make it compile w/o krb4

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5859 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-04-07 12:10:59 +00:00
parent 72a89c21e0
commit a8bc3ac62f
5 changed files with 10 additions and 2 deletions
+2
View File
@@ -9,11 +9,13 @@ libroken_la_LDFLAGS = -version-info 0:0:0
noinst_PROGRAMS = make-roken make-print-version
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
endif
endif
libroken_la_SOURCES = \
base64.c \