summaryrefslogtreecommitdiff
path: root/sal/qa/osl/module
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-16 14:56:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-16 14:56:44 +0000
commit4750aabccad6f8f1a5c001ddaa6097427eaf9659 (patch)
tree1ca1b4bed02633ac8e7646f49de64efd73794ecd /sal/qa/osl/module
parent059666597d14a47ae1a95d62bb5d96393742c5cc (diff)
INTEGRATION: CWS lfs (1.6.184); FILE MERGED
2006/11/30 16:31:48 rene 1.6.184.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal/qa/osl/module')
-rw-r--r--sal/qa/osl/module/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/qa/osl/module/makefile.mk b/sal/qa/osl/module/makefile.mk
index e043132fe..bfa0ca3c6 100644
--- a/sal/qa/osl/module/makefile.mk
+++ b/sal/qa/osl/module/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 15:29:56 $
+# last change: $Author: vg $ $Date: 2007-01-16 15:56:31 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -44,6 +44,9 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
+CFLAGS+= $(LFS_CFLAGS)
+CXXFLAGS+= $(LFS_CFLAGS)
+
# BEGIN ----------------------------------------------------------------
# --- test dll ------------------------------------------------------