diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-06-14 06:42:57 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-06-14 06:42:57 +0000 |
commit | ba951313c8fe0a6cf5f361a4408c38895219ffec (patch) | |
tree | 2a784144bb6fe19b92450553f0528996c933c35a /io | |
parent | ac0ebf459320d3daca21e97057f97ca0ce447f19 (diff) |
build now
Diffstat (limited to 'io')
-rw-r--r-- | io/test/stm/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/io/test/stm/makefile.mk b/io/test/stm/makefile.mk index 8480e2581c64..c4685b285b7f 100644 --- a/io/test/stm/makefile.mk +++ b/io/test/stm/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jbu $ $Date: 2000-12-08 11:07:33 $ +# last change: $Author: jbu $ $Date: 2001-06-14 07:42:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,6 +93,9 @@ UNOTYPES = com.sun.star.test.XSimpleTest \ com.sun.star.lang.XMultiServiceFactory \ com.sun.star.lang.XServiceInfo \ com.sun.star.lang.XSingleServiceFactory \ + com.sun.star.lang.XSingleComponentFactory \ + com.sun.star.lang.XMultiComponentFactory \ + com.sun.star.uno.XComponentContext \ com.sun.star.lang.XTypeProvider \ com.sun.star.registry.XImplementationRegistration \ com.sun.star.registry.XRegistryKey \ @@ -113,7 +116,6 @@ SHL1TARGET= $(TARGET) SHL1STDLIBS= \ $(SALLIB) \ $(CPPULIB) \ - $(VOSLIB) \ $(CPPUHELPERLIB) SHL1LIBS= $(SLB)$/$(TARGET).lib |