diff options
author | sb <sb@openoffice.org> | 2010-03-04 22:13:08 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-03-04 22:13:08 +0100 |
commit | 1f8c841f58229855518cf09a3058288b0a65e403 (patch) | |
tree | 12c910e19875aa133629fb38cbbcd797ae9fb869 /basebmp | |
parent | 7c85f9d5fe0c0d387115d8ad863b39496349bb1b (diff) |
sb118: #i109791# improved CPPUNIT_CFLAGS handling
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/test/makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index 7dd374898641..ca77721716f7 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -60,9 +60,7 @@ CDEFS+=-xalias_level=compatible .ENDIF .ENDIF -.IF "$(SYSTEM_CPPUNIT)"=="YES" -CFLAGS += $(CPPUNIT_CFLAGS) -.ENDIF +CFLAGSCXX += $(CPPUNIT_CFLAGS) # --- Common ---------------------------------------------------------- .IF "$(L10N_framework)"=="" |