summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-12-16 10:36:11 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-12-16 10:36:11 +0000
commite2fbfdba1090f3bd726a6b1f48c272031278a2dc (patch)
tree11dca33d4df9a8ca81035623cc50171dd7c07751 /forms/source
parent069d40967d44b529d7665e9832fe5056904b1e25 (diff)
INTEGRATION: CWS mmeeks01 (1.2.10); FILE MERGED
2004/12/14 13:20:52 mmeeks 1.2.10.1: Issue number: #i38958# Submitted by: mmeeks fix --system-libxml build issue.
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/xforms/submission/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/forms/source/xforms/submission/makefile.mk b/forms/source/xforms/submission/makefile.mk
index 604d04bcb49c..855d50bc0f59 100644
--- a/forms/source/xforms/submission/makefile.mk
+++ b/forms/source/xforms/submission/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: obo $ $Date: 2004-11-16 10:58:30 $
+# last change: $Author: rt $ $Date: 2004-12-16 11:36:11 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,8 +71,11 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
-# --- Files --------------------------------------------------------
+.IF "$(SYSTEM_LIBXML)" == "YES"
+CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS)
+.ENDIF
+# --- Files --------------------------------------------------------
SLOFILES = \
$(SLO)$/serialization_app_xml.obj \