sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too

This commit is contained in:
Rene Engelhard 2010-03-04 00:11:19 +01:00
parent b5da3c2cd0
commit 5acec7b9e4
2 changed files with 8 additions and 0 deletions

View file

@ -31,6 +31,10 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE: settings.mk
.IF "$(SYSTEM_CPPUNIT)"=="YES"
CFLAGS+= $(CPPUNIT_CFLAGS)
.ENDIF
SLOFILES = $(SHL1OBJS)
SHL1TARGET = smoketest

View file

@ -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 \