diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-13 10:41:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-13 10:41:48 +0000 |
commit | 80396a3a3384ab7d8cf3a116ce7d73ffefff68cb (patch) | |
tree | 715b6dc0d12f6ed59929b01b8aeecfd69604d1be /comphelper/util | |
parent | 34e853cc6a3e3c5468c7a73424c833461e45a96f (diff) |
INTEGRATION: CWS opofxmlstorage (1.11.54); FILE MERGED
2006/04/21 11:29:44 mav 1.11.54.1: #i64612# xml parsing helper
Diffstat (limited to 'comphelper/util')
-rw-r--r-- | comphelper/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comphelper/util/makefile.mk b/comphelper/util/makefile.mk index 0a6772444131..ccdcf46fd5e4 100644 --- a/comphelper/util/makefile.mk +++ b/comphelper/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: hr $ $Date: 2005-10-27 17:25:58 $ +# last change: $Author: obo $ $Date: 2006-10-13 11:41:48 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,7 +50,8 @@ LIB1FILES= $(SLB)$/container.lib \ $(SLB)$/property.lib \ $(SLB)$/streaming.lib \ $(SLB)$/compare.lib \ - $(SLB)$/officeinstdir.lib + $(SLB)$/officeinstdir.lib \ + $(SLB)$/xml.lib SHL1TARGET=$(COMPHLP_TARGET)$(COMPHLP_MAJOR)$(COMID) SHL1STDLIBS= \ |