summaryrefslogtreecommitdiff
path: root/basebmp
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
commit7c85f9d5fe0c0d387115d8ad863b39496349bb1b (patch)
tree91110c2a0abe17dd1a253e6c5efec80b6b57c8a7 /basebmp
parent17feb1f6049deb8a388f0bf6fa625c95231dccae (diff)
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/test/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk
index 610468b313fe..7dd374898641 100644
--- a/basebmp/test/makefile.mk
+++ b/basebmp/test/makefile.mk
@@ -60,6 +60,10 @@ CDEFS+=-xalias_level=compatible
.ENDIF
.ENDIF
+.IF "$(SYSTEM_CPPUNIT)"=="YES"
+CFLAGS += $(CPPUNIT_CFLAGS)
+.ENDIF
+
# --- Common ----------------------------------------------------------
.IF "$(L10N_framework)"==""