diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-01-09 11:48:18 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-01-09 11:48:18 +0000 |
commit | 842d5116dbc16f9fa94cc58b1962aff58e2ac90c (patch) | |
tree | 62fae007699409fbcbb15460e9a22c6ca2a47fff | |
parent | 6891d52cc434f191521eade93205f969d62531d5 (diff) |
minor makefile cleanup
-rw-r--r-- | cppu/source/threadpool/makefile.mk | 7 | ||||
-rw-r--r-- | cppu/test/makefile.mk | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/cppu/source/threadpool/makefile.mk b/cppu/source/threadpool/makefile.mk index ac2397673bcc..c7d588dda913 100644 --- a/cppu/source/threadpool/makefile.mk +++ b/cppu/source/threadpool/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: dbo $ $Date: 2000-12-21 14:39:23 $ +# last change: $Author: dbo $ $Date: 2001-01-09 12:48:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,9 +80,6 @@ SLOFILES=\ $(SLO)$/threadident.obj\ $(SLO)$/current.obj -# $(SLO)$/threadpool.obj \ -# $(SLO)$/process.obj \ - # --- Targets ------------------------------------------------------ .INCLUDE : ..$/..$/util$/target.pmk diff --git a/cppu/test/makefile.mk b/cppu/test/makefile.mk index 8971029fd73d..60838c1a571c 100644 --- a/cppu/test/makefile.mk +++ b/cppu/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: dbo $ $Date: 2000-12-22 10:38:35 $ +# last change: $Author: dbo $ $Date: 2001-01-09 12:48:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -155,6 +155,7 @@ TYPES:= -Ttest.XLanguageBindingTest \ -Tcom.sun.star.lang.XComponent \ -Tcom.sun.star.container.XSet \ -Tcom.sun.star.container.XNameContainer \ + -Tcom.sun.star.uno.TypeClass \ -Tcom.sun.star.uno.XReference \ -Tcom.sun.star.uno.XAdapter \ -Tcom.sun.star.uno.XAggregation \ |