diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 14:15:43 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-18 14:15:43 +0000 |
commit | e13f5317c543aa0e3ce089fc9ba46fc0e8116285 (patch) | |
tree | 0f0f89eecdf5717eb681ba5bd6179278acb28649 /vcl/unx | |
parent | 271d117cad348306d21e19a92f7436486d246915 (diff) |
INTEGRATION: CWS geordi2q01 (1.9.256); FILE MERGED
2003/08/18 13:37:58 hr 1.9.256.1: #i18350#: join changes from CWS ooo11rc3
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/source/app/makefile.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/vcl/unx/source/app/makefile.mk b/vcl/unx/source/app/makefile.mk index 4d06e691bda2..7a8383e6bd84 100644 --- a/vcl/unx/source/app/makefile.mk +++ b/vcl/unx/source/app/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2002-12-13 13:27:30 $ +# last change: $Author: hjs $ $Date: 2003-08-18 15:15:43 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -111,6 +111,11 @@ SLOFILES=\ $(SLO)$/keysymnames.obj \ $(SLO)$/wmadaptor.obj +.IF "$(WITH_LIBSN)"=="YES" +CDEFS+=-DHAVE_LIBSN +CFLAGS+=$(LIBSN_CFLAGS) +.ENDIF + .IF "$(OS)$(CPU)" == "SOLARISS" .IF "$(COM)"!="GCC" SLOFILES+=$(SLO)$/getfpsols.obj |