Fix SRCS lines so that the files mentioned are really the source files
authorTheodore Tso <tytso@mit.edu>
Mon, 28 Sep 1992 22:36:47 +0000 (22:36 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 28 Sep 1992 22:36:47 +0000 (22:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2414 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/sample/Imakefile

index 3e90bf233f8659ebbbacc010c815ccd71ae46ff3..fa8a6405145c830e05704a1b00ab14a26d5ab3eb 100644 (file)
@@ -25,7 +25,7 @@
 
         DEPLIBS = $(DEPKLIB)
 LOCAL_LIBRARIES = $(KLIB)
-           SRCS = sclient.o sserver.o
+           SRCS = sclient.c sserver.c
 
 SimpleTestProgramTarget(sclient)
 SimpleTestProgramTarget(sserver)