summaryrefslogtreecommitdiff
path: root/filter/source/xsltfilter/makefile.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-18 14:14:31 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-18 14:14:31 +0000
commitd71109b53881ccfbcf8c478026d5a437fc88f3db (patch)
treee81c3c8029836876fc98e4849d976aed949f9f7a /filter/source/xsltfilter/makefile.mk
parent31e08586bf5c2f21cc01cde48c6fb48cb82fa566 (diff)
INTEGRATION: CWS wordml01 (1.10.8); FILE MERGED
2005/04/11 17:28:58 flr 1.10.8.2: changes to compile on linux 2005/04/11 12:31:00 flr 1.10.8.1: #i46835# added import of header and footer
Diffstat (limited to 'filter/source/xsltfilter/makefile.mk')
-rw-r--r--filter/source/xsltfilter/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/filter/source/xsltfilter/makefile.mk b/filter/source/xsltfilter/makefile.mk
index fd36e48aa1f8..d4e0b9e8fcd9 100644
--- a/filter/source/xsltfilter/makefile.mk
+++ b/filter/source/xsltfilter/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: rt $ $Date: 2005-03-29 12:24:34 $
+# last change: $Author: obo $ $Date: 2005-04-18 15:14:31 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,7 +73,7 @@ XCLASSPATH+=":$(XML_CLASSPATH)"
.ENDIF
.INCLUDE: settings.mk
-SLOFILES=$(SLO)$/XSLTFilter.obj
+SLOFILES=$(SLO)$/XSLTFilter.obj $(SLO)$/fla.obj
LIBNAME=xsltfilter
SHL1TARGETDEPN=makefile.mk
SHL1OBJS=$(SLOFILES)
@@ -90,6 +90,7 @@ SHL1STDLIBS= \
$(VOSLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
+ $(XMLOFFLIB) \
$(SALLIB)
.IF "$(SOLAR_JAVA)"!=""