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 | fea6cf46ea0cc4f25aed62cb4f06377fe190661d (patch) | |
tree | 6c676fe1ed2e6374ac379e4f42a16765563da113 /configmgr | |
parent | 01c25f366c9655e1446dec86e726e5e0b3e4a6da (diff) |
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/qa/unit/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configmgr/qa/unit/makefile.mk b/configmgr/qa/unit/makefile.mk index 39f73183a98a..b6f1bb2e55ba 100644 --- a/configmgr/qa/unit/makefile.mk +++ b/configmgr/qa/unit/makefile.mk @@ -33,6 +33,10 @@ ENABLE_EXCEPTIONS := TRUE .INCLUDE: settings.mk +.IF "$(SYSTEM_CPPUNIT)"=="YES" +CFLAGS+= $(CPPUNIT_CFLAGS) +.ENDIF + DLLPRE = # no leading "lib" on .so files SHL1TARGET = $(TARGET) |