projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f47b3
)
Fix SRCS lines so that the files mentioned are really the source files
author
Theodore Tso
<tytso@mit.edu>
Mon, 28 Sep 1992 22:36:47 +0000
(22:36 +0000)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/src/appl/sample/Imakefile
b/src/appl/sample/Imakefile
index 3e90bf233f8659ebbbacc010c815ccd71ae46ff3..fa8a6405145c830e05704a1b00ab14a26d5ab3eb 100644
(file)
--- 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)