diff options
author | Philipp Lohmann <pl@openoffice.org> | 2000-10-20 10:29:12 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2000-10-20 10:29:12 +0000 |
commit | 4001646838c78ef31ea9aac36cf266e917b57c72 (patch) | |
tree | 6be65fb771331cd51b7582ae290d5e766df76f7d /vcl | |
parent | 87cef295c3e031b46716d6f6eea3afd9a3f10db9 (diff) |
make AtomProvider available in non remote case
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/helper/makefile.mk | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/vcl/source/helper/makefile.mk b/vcl/source/helper/makefile.mk index ecc718d74e78..a53f87523de1 100644 --- a/vcl/source/helper/makefile.mk +++ b/vcl/source/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: pluby $ $Date: 2000-10-04 15:37:04 $ +# last change: $Author: pl $ $Date: 2000-10-20 11:29:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,7 +78,8 @@ TARGET=helper SLOFILES=\ $(SLO)$/evntpost.obj \ $(SLO)$/sunowrap.obj \ - $(SLO)$/threadex.obj + $(SLO)$/threadex.obj \ + $(SLO)$/atom.obj .IF "$(GUI)" == "UNX" SLOFILES+=\ @@ -86,10 +87,6 @@ SLOFILES+=\ $(SLO)$/strhelper.obj .ENDIF -.IF "$(remote)" != "" -SLOFILES+=$(SLO)$/atom.obj -.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |