projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b25f805
)
ISI gave us the wrong Imakefile!
author
Theodore Tso
<tytso@mit.edu>
Wed, 8 Jun 1994 23:11:17 +0000
(23:11 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Wed, 8 Jun 1994 23:11:17 +0000
(23:11 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3682
dc483132
-0cff-0310-8789-
dd5450dbe970
src/clients/ksu/Imakefile
patch
|
blob
|
history
diff --git
a/src/clients/ksu/Imakefile
b/src/clients/ksu/Imakefile
index c74d8e003429dbb65b29dccdf48fa69a02c7b822..4c95050c8b53c62ee3d2a632044a7fb9210f14d7 100644
(file)
--- a/
src/clients/ksu/Imakefile
+++ b/
src/clients/ksu/Imakefile
@@
-25,4
+25,10
@@
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
-Krb5ClientProgramTarget(ksu)
+OBJS = krb_auth_su.o ccache.o authorization.o main.o heuristic.o
+SRCS = krb_auth_su.c ccache.c authorization.c main.c heuristic.c
+
+NormalProgramTarget(ksu,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
+Krb5InstallClientProgram(ksu)
+DependTarget()
+