diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 12:15:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 12:15:41 +0000 |
commit | 965abd675bd25b44d0c301a0b299994bab6377a6 (patch) | |
tree | d87092428da7c5958aac744e06510fc193283ae0 /shell/source/backends/gconfbe/makefile.mk | |
parent | f5fd0819fa289ddf568aa5fca3dd91515f5bf93b (diff) |
INTEGRATION: CWS vcl35 (1.8.18); FILE MERGED
2005/01/21 08:32:18 obr 1.8.18.2: #i40639# moved the accessibility detected code into the gconf backend
2005/01/21 07:01:57 obr 1.8.18.1: #i40639# returning the value or some hash value to avoid regenerating the binary cache on each office launch
Diffstat (limited to 'shell/source/backends/gconfbe/makefile.mk')
-rw-r--r-- | shell/source/backends/gconfbe/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/shell/source/backends/gconfbe/makefile.mk b/shell/source/backends/gconfbe/makefile.mk index 1330d71f0816..0e5f5679ed65 100644 --- a/shell/source/backends/gconfbe/makefile.mk +++ b/shell/source/backends/gconfbe/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: kz $ $Date: 2005-01-21 11:41:41 $ +# last change: $Author: rt $ $Date: 2005-01-31 13:15:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -103,7 +103,9 @@ PKGCONFIG_LIBS!:=-Wl,--export-dynamic $(PKGCONFIG_LIBS) SLOFILES=\ $(SLO)$/gconfbecdef.obj \ $(SLO)$/gconfbackend.obj \ - $(SLO)$/gconflayer.obj + $(SLO)$/gconfvcllayer.obj \ + $(SLO)$/gconfinetlayer.obj \ + $(SLO)$/gconfcommonlayer.obj SHL1NOCHECK=TRUE SHL1TARGET=$(TARGET)1.uno |