fix makefile for new KLIB stuff
authorJohn Kohl <jtkohl@mit.edu>
Sat, 16 Feb 1991 12:45:45 +0000 (12:45 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Sat, 16 Feb 1991 12:45:45 +0000 (12:45 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1708 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/aname/Imakefile

index e7373366de8e35ab72525adad20ad51c20b421aa..222992b91d9b4c1d644dca0410f37a7893fce600 100644 (file)
@@ -7,7 +7,7 @@
 #  For copying and distribution information, please see the file
 #  <krb5/copyright.h>.
 # 
-DEPLIBS = $(OSLIB)
-LOCAL_LIBRARIES = $(OSLIB) $(COMERRLIB) $(DBMLIB)
+DEPLIBS = $(DEPKLIBS)
+LOCAL_LIBRARIES = $(KLIB) $(COMERRLIB) $(DBMLIB)
 
 SimpleProgramTarget(kdb5_anadd)