summaryrefslogtreecommitdiff
path: root/cppuhelper/test/makefile.mk
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-02-05 12:23:12 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-02-05 12:23:12 +0000
commitb340bfff833cb0e1ca8be0e3c44b3ad104ff249b (patch)
treeeba78acb64c90ad5345ed1d12966dfc734eabf12 /cppuhelper/test/makefile.mk
parenta59da1d7a694912429800be82fc9901513d98610 (diff)
added a interfacecontainer test
Diffstat (limited to 'cppuhelper/test/makefile.mk')
-rw-r--r--cppuhelper/test/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/cppuhelper/test/makefile.mk b/cppuhelper/test/makefile.mk
index 52fb8748f22a..5c7adb61f8f5 100644
--- a/cppuhelper/test/makefile.mk
+++ b/cppuhelper/test/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: dbo $ $Date: 2000-12-21 16:28:13 $
+# last change: $Author: jbu $ $Date: 2001-02-05 13:23:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,7 +86,8 @@ OBJFILES= \
$(OBJ)$/testpropshlp.obj \
$(OBJ)$/testidlclass.obj \
$(OBJ)$/testproptyphlp.obj \
- $(OBJ)$/testimplhelper.obj
+ $(OBJ)$/testimplhelper.obj \
+ $(OBJ)$/testcontainer.obj
APP1TARGET= $(TARGET)
APP1OBJS= $(OBJFILES)