summaryrefslogtreecommitdiff
path: root/sal/cppunittester
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-03-03 21:57:02 +0100
committerRene Engelhard <rene@openoffice.org>2010-03-03 21:57:02 +0100
commite7f33a9afe6e83d23213f386bc03c9d790b118db (patch)
tree8d1880385166577e3ece8daae07706addc09e498 /sal/cppunittester
parentd8b32fae7c3702a8a5981129ab5b2386a0632219 (diff)
sb118: CFLAGS += $(CPPUNIT_CFLAGS)
Diffstat (limited to 'sal/cppunittester')
-rw-r--r--sal/cppunittester/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/cppunittester/makefile.mk b/sal/cppunittester/makefile.mk
index a75fcb90470c..1a9f84c02377 100644
--- a/sal/cppunittester/makefile.mk
+++ b/sal/cppunittester/makefile.mk
@@ -33,6 +33,10 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE: settings.mk
+.IF "$(SYSTEM_CPPUNIT)"=="YES"
+CFLAGS += $(CPPUNIT_CFLAGS)
+.ENDIF
+
OBJFILES = $(APP1OBJS)
APP1OBJS = $(OBJ)/cppunittester.obj