diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-03-29 13:15:47 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-03-29 13:15:47 +0000 |
| commit | 863c19ea2abafdb350c12f1b9a034b18c9c5f0ed (patch) | |
| tree | 90c0d2680316826fdce55ba49d6675fd8d4e0663 /src/tests | |
| parent | 433b100650ba69c29e603505cd0c9f8cfaaa2df0 (diff) | |
| download | krb5-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
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/Imakefile | 5 |
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) |
