diff options
author | Christian Lippka <cl@openoffice.org> | 2001-01-12 15:16:13 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-01-12 15:16:13 +0000 |
commit | feb72c53d09a5bad98a6ffbbc8ca75815de8caca (patch) | |
tree | a74c260412582075569ffa3f6cd3286101f9cd92 /xmloff/util/makefile.mk | |
parent | ca71f63ae54a651c71b93c49786640f016e6650f (diff) |
#82042# added support for xml filter components
Diffstat (limited to 'xmloff/util/makefile.mk')
-rw-r--r-- | xmloff/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/util/makefile.mk b/xmloff/util/makefile.mk index ea0733836df4..4ed25dcb791c 100644 --- a/xmloff/util/makefile.mk +++ b/xmloff/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: ab $ $Date: 2000-11-28 11:29:39 $ +# last change: $Author: cl $ $Date: 2001-01-12 16:08:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -122,7 +122,7 @@ DEF1NAME =$(SHL1TARGET) DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt DEFLIB1NAME =xo DEF1DES =XML Office Lib - +DEF1EXPORTFILE= exports.dxp # --- Targets ---------------------------------------------------------- .INCLUDE : target.mk |