summaryrefslogtreecommitdiff
path: root/shell
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
commit9e4a925414efe28af6334f607acfaed8a54c6218 (patch)
tree8f2fdd5287c96bf908c8da2b5729d633bb3f0a7c /shell
parent759a1e805335f177ea377edad79e4e5961944791 (diff)
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'shell')
-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 a9047f97cf..b918d571ad 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