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 | 2e10c0e2fcdb084ef04ea419f1698d561d5d0d80 (patch) | |
tree | 5607faa3ac4fe14e58bf422eae8ea22dd1e78461 /stoc | |
parent | e7f33a9afe6e83d23213f386bc03c9d790b118db (diff) |
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'stoc')
-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 56349eea568f..2195e7b9dc53 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) |