summaryrefslogtreecommitdiff
path: root/sal/test/makefile.mk
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-07-06 08:39:53 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-07-06 08:39:53 +0000
commitbe920e3528862437dc4b3e87420aa04fbee1f8a4 (patch)
tree368afdcefe582261f415152828c648ddd8cd79da /sal/test/makefile.mk
parentdf3c3f4e3b64edf9e80433df90dec4d9b7028569 (diff)
#88409# added logging functionality
Diffstat (limited to 'sal/test/makefile.mk')
-rw-r--r--sal/test/makefile.mk7
1 files changed, 4 insertions, 3 deletions
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)