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
commit7c96c23b51ece5ae038ef72fd3f7fc8f35e143b4 (patch)
tree35fa402e7404159747f7c5a40d02b7d334c55c8f /sw/qa
parent000faf58e9c3bde373af8ad1ee6b74f2c5e18874 (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 02e69f45da..791532f8c0 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