projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ed268
)
Merge subdirectories
author
John Carr
<jfc@mit.edu>
Fri, 25 Sep 1992 03:06:56 +0000
(
03:06
+0000)
committer
John Carr
<jfc@mit.edu>
Fri, 25 Sep 1992 03:06:56 +0000
(
03:06
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2409
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 dc6a21a8cbc8e367a673c51aef07459aed058d56..3e90bf233f8659ebbbacc010c815ccd71ae46ff3 100644
(file)
--- a/
src/appl/sample/Imakefile
+++ b/
src/appl/sample/Imakefile
@@
-22,8
+22,13
@@
# or implied warranty.
#
#
-#define IHaveSubdirs
-#define PassCDebugFlags
-SUBDIRS=sclient sserver
-MakeSubdirs($(SUBDIRS))
+ DEPLIBS = $(DEPKLIB)
+LOCAL_LIBRARIES = $(KLIB)
+ SRCS = sclient.o sserver.o
+
+SimpleTestProgramTarget(sclient)
+SimpleTestProgramTarget(sserver)
+
+DependTarget()
+LintTarget()