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 | 17af6696e69039a9c49da3b2085a1720fd30ed31 (patch) | |
tree | f86b5d694af30df8a64ab253777d8a59dd258330 /unoxml/test | |
parent | 00beb628a0a6764cb3791789996763745f2eb273 (diff) |
sb118: #i109791# improved CPPUNIT_CFLAGS handling
Diffstat (limited to 'unoxml/test')
-rw-r--r-- | unoxml/test/makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unoxml/test/makefile.mk b/unoxml/test/makefile.mk index a1f5e25ca013..11fe8884befd 100644 --- a/unoxml/test/makefile.mk +++ b/unoxml/test/makefile.mk @@ -37,9 +37,7 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk -.IF "$(SYSTEM_CPPUNIT)"=="YES" -CFLAGS+= $(CPPUNIT_CFLAGS) -.ENDIF +CFLAGSCXX += $(CPPUNIT_CFLAGS) # --- Common ---------------------------------------------------------- |