diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:55:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:55:29 +0000 |
commit | cb6a08108000c321bcf01c92dfdc926b8bba287b (patch) | |
tree | 3c43d5650c4386a92c5c536f345ad7eeb5018d16 /unotools | |
parent | d036173c42836ca133681dc24c9eab0f7e06ebc1 (diff) |
INTEGRATION: CWS dba201b (1.13.20); FILE MERGED
2005/09/21 06:55:26 oj 1.13.20.2: RESYNC: (1.13-1.14); FILE MERGED
2005/07/20 10:23:06 fs 1.13.20.1: #i51255# +sharedunocomponent
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/misc/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/unotools/source/misc/makefile.mk b/unotools/source/misc/makefile.mk index 1f57d4728978..1e169436c80e 100644 --- a/unotools/source/misc/makefile.mk +++ b/unotools/source/misc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: rt $ $Date: 2005-09-09 09:47:29 $ +# last change: $Author: hr $ $Date: 2005-09-23 12:55:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,8 @@ UNOTYPES+= com.sun.star.util.XAtomServer SLOFILES= $(SLO)$/atom.obj \ $(SLO)$/datetime.obj \ $(SLO)$/eventlisteneradapter.obj \ - $(SLO)$/desktopterminationobserver.obj + $(SLO)$/desktopterminationobserver.obj \ + $(SLO)$/sharedunocomponent.obj # --- Targets ---------------------------------- |