summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-03-04 22:13:08 +0100
committersb <sb@openoffice.org>2010-03-04 22:13:08 +0100
commit2735710f27a9715f02878a046f14a38adf3ac7d8 (patch)
treee570b83753a86b57e48dfd74cef6802d1003e88f /test
parent5acec7b9e4e00ad2afa99f57238aec22ddbb1d07 (diff)
sb118: #i109791# improved CPPUNIT_CFLAGS handling
Diffstat (limited to 'test')
-rw-r--r--test/source/cpp/makefile.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/source/cpp/makefile.mk b/test/source/cpp/makefile.mk
index a22eba557cf6..8494bd4aaa05 100644
--- a/test/source/cpp/makefile.mk
+++ b/test/source/cpp/makefile.mk
@@ -33,10 +33,7 @@ VISIBILITY_HIDDEN = TRUE
.INCLUDE: settings.mk
CDEFS += -DOOO_DLLIMPLEMENTATION_TEST
-
-.IF "$(SYSTEM_CPPUNIT)"=="YES"
-CFLAGS += $(CPPUNIT_CFLAGS)
-.ENDIF
+CFLAGSCXX += $(CPPUNIT_CFLAGS)
SLOFILES = \
$(SLO)/getargument.obj \