diff options
| -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 b40b358d5..10ab329dc 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) |
