summaryrefslogtreecommitdiff
path: root/sw/qa
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
commitf9609e3c347a0af63551936dc4aaa0e80b55e92f (patch)
tree2d318752a89fb359bb3a221e7d8733d5b447ebfb /sw/qa
parentce405811c11d1e7a1b0d79a74d4d003bbb8f8e09 (diff)
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/core/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/qa/core/makefile.mk b/sw/qa/core/makefile.mk
index 02e69f45dae2..791532f8c002 100644
--- a/sw/qa/core/makefile.mk
+++ b/sw/qa/core/makefile.mk
@@ -37,6 +37,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
+.IF "$(SYSTEM_CPPUNIT)"=="YES"
+CFLAGS+= $(CPPUNIT_CFLAGS)
+.ENDIF
+
# BEGIN ----------------------------------------------------------------
# auto generated Target:testjob by codegen.pl