diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-07-26 07:19:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-07-26 07:19:09 +0000 |
commit | 45f2dc8ffceac6b88751d0d3227ab453b7eb9110 (patch) | |
tree | fba388a9114157fd76fa5447c1e92d6d94a4518d /tools/source/generic | |
parent | e6579c250252558c798d063708bbaa418c74c7f0 (diff) |
INTEGRATION: CWS nolibart (1.12.30); FILE MERGED
2006/07/25 22:02:31 rene 1.12.30.1: #i67738# fix --without-gpc build
Diffstat (limited to 'tools/source/generic')
-rw-r--r-- | tools/source/generic/makefile.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/source/generic/makefile.mk b/tools/source/generic/makefile.mk index bdc86b0470ec..aad02cdbe75c 100644 --- a/tools/source/generic/makefile.mk +++ b/tools/source/generic/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: hr $ $Date: 2006-06-19 13:44:57 $ +# last change: $Author: rt $ $Date: 2006-07-26 08:19:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -48,10 +48,6 @@ TARGET=gen .IF "$(WITH_GPC)"!="NO" CDEFS+=-DHAVE_GPC_H .ENDIF -.IF "$(WITH_LIBART)"!="NO" -CDEFS+=-DHAVE_LIBART_H -CFLAGS+=$(LIBART_CFLAGS) -.ENDIF # --- Files -------------------------------------------------------- |