From b0e732ad807d10c84ba81ca5afcefc2c0f184f9c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 7 Mar 2007 08:49:14 +0000 Subject: Redo the coding style of kasetkey and factor out common code. Authenticate via a srvtab instead of a DES key to make management of the key used by kasetkey easier. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9b3bacd..6e3de43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,8 +17,7 @@ client_wallet_LDFLAGS = @REMCTL_LDFLAGS@ client_wallet_LDADD = -lremctl kasetkey_kasetkey_CPPFLAGS = @AFS_CPPFLAGS@ kasetkey_kasetkey_LDFLAGS = @AFS_LDFLAGS@ -kasetkey_kasetkey_LDADD = -lkauth.krb -lprot -lubik -lauth -lrxkad -ldes \ - -lrx -llwp -lcom_err -lafsutil -lsys +kasetkey_kasetkey_LDADD = -lafsauthent -lafsrpc -lpthread -lkrb4 warnings: $(MAKE) CFLAGS='$(WARNINGS)' -- cgit v1.2.3