diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 16:59:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 16:59:30 +0000 |
commit | 2f382d6c2579a25c68dbd121af7f1f5dc7ec9852 (patch) | |
tree | 8c6c555a872e6812cd3f76de570b06683526ad14 /vcl/source/helper | |
parent | f7a0cc83bb59efd6abd820bd78acc75e8313ea4e (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'vcl/source/helper')
-rw-r--r-- | vcl/source/helper/makefile.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/vcl/source/helper/makefile.mk b/vcl/source/helper/makefile.mk index d1baca08cea3..db3138edfe3d 100644 --- a/vcl/source/helper/makefile.mk +++ b/vcl/source/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: pl $ $Date: 2002-03-01 12:56:44 $ +# last change: $Author: hr $ $Date: 2003-03-27 17:58:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,6 +83,12 @@ SLOFILES=\ SLOFILES+=$(SLO)$/xconnection.obj .ENDIF +.IF "$(GUI)" == "UNX" +SLOFILES+=\ + $(SLO)$/ppdparser.obj \ + $(SLO)$/strhelper.obj +.ENDIF + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |