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

@@ -3,6 +3,8 @@ SHELL = /bin/sh
srcdir = @srcdir@
VPATH = @srcdir@
topdir = ../..
XINCS = @X_CFLAGS@
XLIBS = @X_LIBS@ -lXt @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
@@ -70,6 +72,6 @@ dist: $(DISTFILES)
xnlock: xnlock.o
$(CC) $(LD_FLAGS) $(LDFLAGS) -o $@ xnlock.o -L../../lib/kafs -lkafs -L../../lib/krb -lkrb -L../../lib/des -ldes -L../../lib/roken -lroken $(LIBS)
$(CC) $(LD_FLAGS) $(LDFLAGS) -o $@ xnlock.o @KRB_KAFS_LIB@ -L../../lib/krb -lkrb -L../../lib/des -ldes -L../../lib/roken -lroken $(LIBS)
$(OBJECTS): ../../config.h