summaryrefslogtreecommitdiff
path: root/unoxml
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
commit00beb628a0a6764cb3791789996763745f2eb273 (patch)
treea4d88ce81d8d13efeeae53ed848a730a92c0bb17 /unoxml
parentdc4f12b108cea6cc913d70ef294da333c43a27dd (diff)
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/test/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/unoxml/test/makefile.mk b/unoxml/test/makefile.mk
index 8fcba9ff328a..a1f5e25ca013 100644
--- a/unoxml/test/makefile.mk
+++ b/unoxml/test/makefile.mk
@@ -37,6 +37,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
+.IF "$(SYSTEM_CPPUNIT)"=="YES"
+CFLAGS+= $(CPPUNIT_CFLAGS)
+.ENDIF
+
# --- Common ----------------------------------------------------------
# BEGIN ----------------------------------------------------------------