Add generic kafs stuff.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@613 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-08-04 16:48:27 +00:00
parent c864ab5ede
commit dd1417040f
3 changed files with 9 additions and 3 deletions

View File

@@ -4,6 +4,8 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
topdir = ../../..
SHELL = /bin/sh
CC = @CC@
@@ -35,7 +37,7 @@ libtop = @libtop@
LIBKRB = -L../../../lib/krb -lkrb
LIBDES = -L../../../lib/des -ldes
LIBKAFS = -L../../../lib/kafs -lkafs
LIBKAFS = @KRB_KAFS_LIB@
LIBROKEN = -L../../../lib/roken -lroken
KLIB=$(LIBKAFS) $(LIBKRB) $(LIBDES) $(LIBROKEN)