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 | 5acec7b9e4e00ad2afa99f57238aec22ddbb1d07 (patch) | |
tree | eee2adf2b54973b076c80302b0954b016c2add87 /test/source | |
parent | b5da3c2cd0b4341c31e3620991b77680abb9f9c8 (diff) |
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'test/source')
-rw-r--r-- | test/source/cpp/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/source/cpp/makefile.mk b/test/source/cpp/makefile.mk index 3d7db10abdf3..a22eba557cf6 100644 --- a/test/source/cpp/makefile.mk +++ b/test/source/cpp/makefile.mk @@ -34,6 +34,10 @@ VISIBILITY_HIDDEN = TRUE CDEFS += -DOOO_DLLIMPLEMENTATION_TEST +.IF "$(SYSTEM_CPPUNIT)"=="YES" +CFLAGS += $(CPPUNIT_CFLAGS) +.ENDIF + SLOFILES = \ $(SLO)/getargument.obj \ $(SLO)/officeconnection.obj \ |