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 | ac02cff0a3dd3d0bfb045407469d049ecb47bc92 (patch) | |
tree | b34112d407357bb022484415a6d932e8753611d4 /codemaker | |
parent | 3b9036d06f7a2030846a9b7ba2f6356fc443fea8 (diff) |
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/test/cppumaker/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/codemaker/test/cppumaker/makefile.mk b/codemaker/test/cppumaker/makefile.mk index 3aa9dc65d..7bece447d 100644 --- a/codemaker/test/cppumaker/makefile.mk +++ b/codemaker/test/cppumaker/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 INCPRE += $(MISC)$/$(TARGET)$/inc |