From be920e3528862437dc4b3e87420aa04fbee1f8a4 Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Fri, 6 Jul 2001 08:39:53 +0000 Subject: #88409# added logging functionality --- sal/test/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sal/test/makefile.mk') diff --git a/sal/test/makefile.mk b/sal/test/makefile.mk index cba38d877ccd..5b78baa490c4 100644 --- a/sal/test/makefile.mk +++ b/sal/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: kr $ $Date: 2001-06-15 13:53:54 $ +# last change: $Author: jbu $ $Date: 2001-07-06 09:39:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,7 +93,8 @@ APP1OBJS= \ $(OBJ)$/teststrbuf.obj \ $(OBJ)$/testbyteseq.obj \ $(OBJ)$/testuri.obj \ - $(OBJ)$/test.obj + $(OBJ)$/test.obj \ + $(OBJ)$/testlogfile.obj OBJFILES= \ $(APP1OBJS) \ $(APP2OBJS) -- cgit