From 066431bc92fdc3c592e1a302134d5f98344ddf77 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 16 Jan 2007 15:04:45 +0000 Subject: INTEGRATION: CWS lfs (1.17.184); FILE MERGED 2006/11/30 16:31:58 rene 1.17.184.1: add LFS_CFLAGS only for sal --- sal/test/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sal/test/makefile.mk') diff --git a/sal/test/makefile.mk b/sal/test/makefile.mk index 2722f2a7292a..ba66b9c81c32 100644 --- a/sal/test/makefile.mk +++ b/sal/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: rt $ $Date: 2006-12-01 17:24:57 $ +# last change: $Author: vg $ $Date: 2007-01-16 16:04:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,6 +46,8 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) # ------------------------------------------------------------------ .IF "$(GUI)"=="WNT" -- cgit