From 2f234a21d6765280a1a3f2e0eb6dcfc08dcff955 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 8 Jun 1994 23:11:17 +0000 Subject: ISI gave us the wrong Imakefile! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3682 dc483132-0cff-0310-8789-dd5450dbe970 --- src/clients/ksu/Imakefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src') 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() + -- cgit