summaryrefslogtreecommitdiffstats
path: root/src/admin
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-24 10:13:14 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-24 10:13:14 +0000
commit53f71d345e07a56865ba1d6dee7149e32ae4bf3d (patch)
treeb7eb655b94c182c0e9772d92fd25dfe23650a312 /src/admin
parent6bc6ecfe128d1694556b79566f6c01161ed079c8 (diff)
downloadkrb5-53f71d345e07a56865ba1d6dee7149e32ae4bf3d.tar.gz
krb5-53f71d345e07a56865ba1d6dee7149e32ae4bf3d.tar.xz
krb5-53f71d345e07a56865ba1d6dee7149e32ae4bf3d.zip
use symbolic lib names
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@933 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin')
-rw-r--r--src/admin/aname/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/aname/Imakefile b/src/admin/aname/Imakefile
index 1175db4a0..60fef948b 100644
--- a/src/admin/aname/Imakefile
+++ b/src/admin/aname/Imakefile
@@ -1,4 +1,4 @@
DEPLIBS = $(OSLIB)
-LOCAL_LIBRARIES = $(OSLIB) -lcom_err DbmLib
+LOCAL_LIBRARIES = $(OSLIB) $(COMERRLIB) $(DBMLIB)
SimpleProgramTarget(kdb5_anadd)