From 350399874ef96e448cb975310c78d2f6c44bb98f Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 28 Sep 1992 22:36:47 +0000 Subject: [PATCH] Fix SRCS lines so that the files mentioned are really the source files git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2414 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/sample/Imakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appl/sample/Imakefile b/src/appl/sample/Imakefile index 3e90bf233..fa8a64051 100644 --- a/src/appl/sample/Imakefile +++ b/src/appl/sample/Imakefile @@ -25,7 +25,7 @@ DEPLIBS = $(DEPKLIB) LOCAL_LIBRARIES = $(KLIB) - SRCS = sclient.o sserver.o + SRCS = sclient.c sserver.c SimpleTestProgramTarget(sclient) SimpleTestProgramTarget(sserver) -- 2.26.2