summaryrefslogtreecommitdiff
path: root/basegfx/test/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/test/makefile.mk')
-rw-r--r--basegfx/test/makefile.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/basegfx/test/makefile.mk b/basegfx/test/makefile.mk
index e29f69bd3516..79e65f1af5fa 100644
--- a/basegfx/test/makefile.mk
+++ b/basegfx/test/makefile.mk
@@ -36,9 +36,7 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
-.IF "$(SYSTEM_CPPUNIT)"=="YES"
-CFLAGS += $(CPPUNIT_CFLAGS)
-.ENDIF
+CFLAGSCXX += $(CPPUNIT_CFLAGS)
# --- Common ----------------------------------------------------------