diff options
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/unx/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/osl/unx/makefile.mk b/sal/osl/unx/makefile.mk index fab353b1fa9d..1a34941d4f7d 100644 --- a/sal/osl/unx/makefile.mk +++ b/sal/osl/unx/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.29 $ +# $Revision: 1.30 $ # -# last change: $Author: kz $ $Date: 2006-11-06 14:52:21 $ +# last change: $Author: vg $ $Date: 2007-01-16 15:55:00 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,6 +54,9 @@ TARGETTYPE=CUI .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # --- Files -------------------------------------------------------- SLOFILES= $(SLO)$/conditn.obj \ |