diff options
author | sb <sb@openoffice.org> | 2010-03-04 22:13:08 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-03-04 22:13:08 +0100 |
commit | 6c036b980c1d58243cb7ab468de6b067941790dd (patch) | |
tree | 8bf7d8386415839b48e3be1bc09f03bd2ea7634e /stoc/test/uriproc | |
parent | 2e10c0e2fcdb084ef04ea419f1698d561d5d0d80 (diff) |
sb118: #i109791# improved CPPUNIT_CFLAGS handling
Diffstat (limited to 'stoc/test/uriproc')
-rw-r--r-- | stoc/test/uriproc/makefile.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/stoc/test/uriproc/makefile.mk b/stoc/test/uriproc/makefile.mk index 2195e7b9dc53..cfdc33e7586b 100644 --- a/stoc/test/uriproc/makefile.mk +++ b/stoc/test/uriproc/makefile.mk @@ -37,10 +37,7 @@ ENABLE_EXCEPTIONS := TRUE .INCLUDE: settings.mk -.IF "$(SYSTEN_CPPUNIT)"=="YES" -CFLAGS+= $(CPPUNIT_CFLAGS) -.ENDIF - +CFLAGSCXX += $(CPPUNIT_CFLAGS) DLLPRE = # no leading "lib" on .so files SHL1TARGET = $(TARGET) |