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 /stoc/test | |
parent | 3b9036d06f7a2030846a9b7ba2f6356fc443fea8 (diff) |
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'stoc/test')
-rw-r--r-- | stoc/test/uriproc/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stoc/test/uriproc/makefile.mk b/stoc/test/uriproc/makefile.mk index 56349eea5..2195e7b9d 100644 --- a/stoc/test/uriproc/makefile.mk +++ b/stoc/test/uriproc/makefile.mk @@ -37,6 +37,10 @@ ENABLE_EXCEPTIONS := TRUE .INCLUDE: settings.mk +.IF "$(SYSTEN_CPPUNIT)"=="YES" +CFLAGS+= $(CPPUNIT_CFLAGS) +.ENDIF + DLLPRE = # no leading "lib" on .so files SHL1TARGET = $(TARGET) |