projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff955b6
)
fix makefile for new KLIB stuff
author
John Kohl
<jtkohl@mit.edu>
Sat, 16 Feb 1991 12:45:45 +0000
(12:45 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/admin/aname/Imakefile
b/src/admin/aname/Imakefile
index e7373366de8e35ab72525adad20ad51c20b421aa..222992b91d9b4c1d644dca0410f37a7893fce600 100644
(file)
--- a/
src/admin/aname/Imakefile
+++ b/
src/admin/aname/Imakefile
@@
-7,7
+7,7
@@
# For copying and distribution information, please see the file
# <krb5/copyright.h>.
#
-DEPLIBS = $(
OSLIB
)
-LOCAL_LIBRARIES = $(
OS
LIB) $(COMERRLIB) $(DBMLIB)
+DEPLIBS = $(
DEPKLIBS
)
+LOCAL_LIBRARIES = $(
K
LIB) $(COMERRLIB) $(DBMLIB)
SimpleProgramTarget(kdb5_anadd)