From: Theodore Tso Date: Wed, 8 Jun 1994 23:11:17 +0000 (+0000) Subject: ISI gave us the wrong Imakefile! X-Git-Tag: krb5-1.0-beta4~169 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2f234a21d6765280a1a3f2e0eb6dcfc08dcff955;p=krb5.git ISI gave us the wrong Imakefile! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3682 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/clients/ksu/Imakefile b/src/clients/ksu/Imakefile index c74d8e003..4c95050c8 100644 --- 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() +