summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-29 13:15:47 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-29 13:15:47 +0000
commit863c19ea2abafdb350c12f1b9a034b18c9c5f0ed (patch)
tree90c0d2680316826fdce55ba49d6675fd8d4e0663
parent433b100650ba69c29e603505cd0c9f8cfaaa2df0 (diff)
downloadkrb5-863c19ea2abafdb350c12f1b9a034b18c9c5f0ed.tar.gz
krb5-863c19ea2abafdb350c12f1b9a034b18c9c5f0ed.tar.xz
krb5-863c19ea2abafdb350c12f1b9a034b18c9c5f0ed.zip
use subdirs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1970 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/tests/Imakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tests/Imakefile b/src/tests/Imakefile
index b40b358d58..10ab329dc8 100644
--- a/src/tests/Imakefile
+++ b/src/tests/Imakefile
@@ -8,11 +8,14 @@
# For copying and distribution information, please see the file
# <krb5/copyright.h>.
#
+#define IHaveSubdirs
+#define PassCDebugFlags
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
+ SUBDIRS = jon
OBJS = test1.o dump.o
SRCS = test1.c dump.c
-ComplexProgramTarget(test)
+#ComplexProgramTarget(test)