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 | 2735710f27a9715f02878a046f14a38adf3ac7d8 (patch) | |
tree | e570b83753a86b57e48dfd74cef6802d1003e88f /smoketestoo_native/makefile.mk | |
parent | 5acec7b9e4e00ad2afa99f57238aec22ddbb1d07 (diff) |
sb118: #i109791# improved CPPUNIT_CFLAGS handling
Diffstat (limited to 'smoketestoo_native/makefile.mk')
-rw-r--r-- | smoketestoo_native/makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 6171aa132241..b288c77181f5 100644 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -31,9 +31,7 @@ ENABLE_EXCEPTIONS = TRUE .INCLUDE: settings.mk -.IF "$(SYSTEM_CPPUNIT)"=="YES" -CFLAGS+= $(CPPUNIT_CFLAGS) -.ENDIF +CFLAGSCXX += $(CPPUNIT_CFLAGS) SLOFILES = $(SHL1OBJS) |