diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 10:35:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 10:35:46 +0000 |
commit | 2414d15059ce5c5783ca2eef570424db3bd3d3fa (patch) | |
tree | baec3465768049d60caeab0d46398cd1457a1c31 /unoxml/source/xpath | |
parent | 473631ac00de01e276bb8115a072c54f7ece0015 (diff) |
INTEGRATION: CWS mmeeks01 (1.3.6); FILE MERGED
2004/12/14 13:20:14 mmeeks 1.3.6.1: Issue number: #i38943#
Submitted by: mmeeks
Fix system-libxml build issue.
Diffstat (limited to 'unoxml/source/xpath')
-rw-r--r-- | unoxml/source/xpath/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/unoxml/source/xpath/makefile.mk b/unoxml/source/xpath/makefile.mk index 5296eb3a3d0f..a346ded32884 100644 --- a/unoxml/source/xpath/makefile.mk +++ b/unoxml/source/xpath/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2004-12-10 18:06:56 $ +# last change: $Author: rt $ $Date: 2004-12-16 11:35:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,6 +70,10 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +.IF "$(SYSTEM_LIBXML)" == "YES" +CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS) +.ENDIF + # --- Files -------------------------------------------------------- SLOFILES = \ |