summaryrefslogtreecommitdiff
path: root/unoxml/source/service
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 12:54:28 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 12:54:28 +0000
commitf2b6a0b2e52de314aae26621f4e28f18bd32f0f9 (patch)
tree9a9b07871d3541c7539ebbac3e11056bb6b285b3 /unoxml/source/service
parent3772e01e1addbbc2970f2ea842509bf2f75877b8 (diff)
INTEGRATION: CWS namespacefixes (1.6.44); FILE MERGED
2007/05/31 10:11:05 cl 1.6.44.1: #i77982# addind fast sax parser
Diffstat (limited to 'unoxml/source/service')
-rw-r--r--unoxml/source/service/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/unoxml/source/service/makefile.mk b/unoxml/source/service/makefile.mk
index 449c6302fc74..6ec8d29ca7fb 100644
--- a/unoxml/source/service/makefile.mk
+++ b/unoxml/source/service/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 10:07:17 $
+# last change: $Author: ihi $ $Date: 2007-06-05 13:54:28 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -68,7 +68,8 @@ DEF1NAME=$(SHL1TARGET)
SHL1LIBS= \
$(SLB)$/domimpl.lib \
$(SLB)$/xpathimpl.lib \
- $(SLB)$/eventsimpl.lib
+ $(SLB)$/eventsimpl.lib \
+ $(SLB)$/fastsax.lib
SHL1STDLIBS= \
$(XML2LIB) \
@@ -76,7 +77,8 @@ SHL1STDLIBS= \
$(COMPHELPERLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
- $(SALLIB)
+ $(SALLIB)\
+ $(EXPATASCII3RDLIB)
# --- Targets ------------------------------------------------------