diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 14:07:04 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 14:07:04 +0000 |
commit | 5246e741b92e1b9e37008cceb4565505696db7b8 (patch) | |
tree | d8e1ab873b990a4375d48b79672588b693ce224c /toolkit/source | |
parent | aee3d3cf7c5d7373f803996ca55be889b20c564f (diff) |
INTEGRATION: CWS fwk80_SRC680 (1.12.60); FILE MERGED
2008/01/11 15:00:30 pb 1.12.60.1: fix: #i83756# new files
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/helper/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/toolkit/source/helper/makefile.mk b/toolkit/source/helper/makefile.mk index c800df24cc55..82d971881cc4 100644 --- a/toolkit/source/helper/makefile.mk +++ b/toolkit/source/helper/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: hr $ $Date: 2007-06-27 15:16:31 $ +# last change: $Author: rt $ $Date: 2008-01-29 15:07:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -62,7 +62,8 @@ SLOFILES= \ $(SLO)$/externallock.obj \ $(SLO)$/imagealign.obj \ $(SLO)$/throbberimpl.obj \ - $(SLO)$/accessibilityclient.obj + $(SLO)$/accessibilityclient.obj \ + $(SLO)$/fixedhyperbase.obj # --- Targets ------------------------------------------------------ |