From cdf56974355eb60b8eca620313a086801663dc77 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Sat, 16 Feb 1991 12:45:45 +0000 Subject: [PATCH] fix makefile for new KLIB stuff git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1708 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/aname/Imakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/admin/aname/Imakefile b/src/admin/aname/Imakefile index e7373366d..222992b91 100644 --- a/src/admin/aname/Imakefile +++ b/src/admin/aname/Imakefile @@ -7,7 +7,7 @@ # For copying and distribution information, please see the file # . # -DEPLIBS = $(OSLIB) -LOCAL_LIBRARIES = $(OSLIB) $(COMERRLIB) $(DBMLIB) +DEPLIBS = $(DEPKLIBS) +LOCAL_LIBRARIES = $(KLIB) $(COMERRLIB) $(DBMLIB) SimpleProgramTarget(kdb5_anadd) -- 2.26.2