diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-03-04 00:11:19 +0100 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-03-04 00:11:19 +0100 |
commit | 7c96c23b51ece5ae038ef72fd3f7fc8f35e143b4 (patch) | |
tree | 35fa402e7404159747f7c5a40d02b7d334c55c8f | |
parent | 000faf58e9c3bde373af8ad1ee6b74f2c5e18874 (diff) |
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
-rw-r--r-- | sw/qa/core/makefile.mk | 4 |
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 |