summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:15:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:15:14 +0000
commit5524ea6da412a28e505fa4f2dd9d65900fa33d9d (patch)
tree5cc73d0f2738f6228784623e8686472708862aa2 /tools/source
parent94db89c2795bc815de1d07e0d6a9e21d587424e7 (diff)
INTEGRATION: CWS ooo11rc2 (1.6.2); FILE MERGED
2003/07/14 16:03:19 mmeeks 1.6.2.1: use the system libart if it's available (--enable-libart): #16721
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/generic/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/source/generic/makefile.mk b/tools/source/generic/makefile.mk
index ab8085f35d6a..3c1ca14d14fe 100644
--- a/tools/source/generic/makefile.mk
+++ b/tools/source/generic/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: vg $ $Date: 2003-07-02 14:21:12 $
+# last change: $Author: hr $ $Date: 2003-07-16 17:15:14 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,6 +74,10 @@ TARGET=gen
.IF "$(WITH_GPC)"!="NO"
CDEFS+=-DHAVE_GPC_H
.ENDIF
+.IF "$(WITH_LIBART)"!="NO"
+CDEFS+=-DHAVE_LIBART_H
+CFLAGS+=$(LIBART_CFLAGS)
+.ENDIF
# --- Files --------------------------------------------------------