summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/strings/makefile.mk
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-03-04 00:11:19 +0100
committerRene Engelhard <rene@openoffice.org>2010-03-04 00:11:19 +0100
commit2e10c0e2fcdb084ef04ea419f1698d561d5d0d80 (patch)
tree5607faa3ac4fe14e58bf422eae8ea22dd1e78461 /sal/qa/rtl/strings/makefile.mk
parente7f33a9afe6e83d23213f386bc03c9d790b118db (diff)
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'sal/qa/rtl/strings/makefile.mk')
-rw-r--r--sal/qa/rtl/strings/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/sal/qa/rtl/strings/makefile.mk b/sal/qa/rtl/strings/makefile.mk
index e1a5dd3af99a..ccb9c35f3b55 100644
--- a/sal/qa/rtl/strings/makefile.mk
+++ b/sal/qa/rtl/strings/makefile.mk
@@ -37,6 +37,11 @@ ENABLE_EXCEPTIONS := TRUE
CFLAGS+= $(LFS_CFLAGS)
CXXFLAGS+= $(LFS_CFLAGS)
+.IF "$(SYSTEM_CPPUNIT)"=="YES"
+CFLAGS+= $(CPPUNIT_CFLAGS)
+CXXFLAGS+= $(CPPUNIT_CFLAGS)
+.ENDIF
+
SHL1TARGET := $(TARGET)
SHL1OBJS := \
$(SLO)$/test_oustringbuffer_utf32.obj \