From: Theodore Tso Date: Mon, 28 Sep 1992 22:36:47 +0000 (+0000) Subject: Fix SRCS lines so that the files mentioned are really the source files X-Git-Tag: krb5-1.0-beta2~48 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=350399874ef96e448cb975310c78d2f6c44bb98f;p=krb5.git 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 --- 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)