Changed organization; server and client in separate directories
authorTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 12:10:22 +0000 (12:10 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 12:10:22 +0000 (12:10 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2593 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/sample/Imakefile
src/appl/sample/sserver/sserver.c

index fa8a6405145c830e05704a1b00ab14a26d5ab3eb..18c2bb01c2c4df2687e9625b9a7ba4ed88d88ab4 100644 (file)
@@ -2,7 +2,7 @@
 #      $Author$
 #      $Id$
 #
-#  Copyright 1990 by the Massachusetts Institute of Technology.
+#  Copyright 1990,1991 by the Massachusetts Institute of Technology.
 #  All Rights Reserved.
 # 
 # Export of this software from the United States of America is assumed
 # or implied warranty.
 # 
 # 
+#define IHaveSubdirs
+#define PassCDebugFlags
 
-        DEPLIBS = $(DEPKLIB)
-LOCAL_LIBRARIES = $(KLIB)
-           SRCS = sclient.c sserver.c
-
-SimpleTestProgramTarget(sclient)
-SimpleTestProgramTarget(sserver)
-
-DependTarget()
-LintTarget()
+SUBDIRS=sclient sserver
+MakeSubdirs($(SUBDIRS))
index acd141a05f06afc0bc7c98a9b5a1be6297f78409..31ea9726dc8c9d6dc0fbb2faaf6c143f95b3485e 100644 (file)
@@ -52,7 +52,7 @@ static char rcsid_sserver_c [] =
 #include <netdb.h>
 #include <syslog.h>
 
-#include "sample.h"
+#include "../sample.h"
 
 extern krb5_deltat krb5_clockskew;