summaryrefslogtreecommitdiff
path: root/shell/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
commitfea6cf46ea0cc4f25aed62cb4f06377fe190661d (patch)
tree6c676fe1ed2e6374ac379e4f42a16765563da113 /shell/qa
parent01c25f366c9655e1446dec86e726e5e0b3e4a6da (diff)
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'shell/qa')
-rwxr-xr-xshell/qa/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/qa/makefile.mk b/shell/qa/makefile.mk
index a9047f97cf83..b918d571adfa 100755
--- a/shell/qa/makefile.mk
+++ b/shell/qa/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