From: John Kohl Date: Sat, 16 Feb 1991 12:45:45 +0000 (+0000) Subject: fix makefile for new KLIB stuff X-Git-Tag: krb5-1.0-alpha4~264 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cdf56974355eb60b8eca620313a086801663dc77;p=krb5.git fix makefile for new KLIB stuff git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1708 dc483132-0cff-0310-8789-dd5450dbe970 --- 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)