diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-03-04 00:11:19 +0100 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-03-04 00:11:19 +0100 |
commit | 00beb628a0a6764cb3791789996763745f2eb273 (patch) | |
tree | a4d88ce81d8d13efeeae53ed848a730a92c0bb17 /unoxml/test | |
parent | dc4f12b108cea6cc913d70ef294da333c43a27dd (diff) |
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'unoxml/test')
-rw-r--r-- | unoxml/test/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unoxml/test/makefile.mk b/unoxml/test/makefile.mk index 8fcba9ff328a..a1f5e25ca013 100644 --- a/unoxml/test/makefile.mk +++ b/unoxml/test/makefile.mk @@ -37,6 +37,10 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +.IF "$(SYSTEM_CPPUNIT)"=="YES" +CFLAGS+= $(CPPUNIT_CFLAGS) +.ENDIF + # --- Common ---------------------------------------------------------- # BEGIN ---------------------------------------------------------------- |