diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-31 11:35:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-31 11:35:24 +0000 |
commit | afb887b1d7e4e5698e7c004395cbfedd7e7f1fd1 (patch) | |
tree | 3a10831504e14d86198d8e4e3fad4e2830bf4634 | |
parent | 3366f4d16764a4bcac5d1a1ba8963cc7e27815e7 (diff) |
INTEGRATION: CWS xmlsec05 (1.13.34); FILE MERGED
2004/07/22 17:04:21 mt 1.13.34.3: #i21596# Digital Signatures...
2004/07/22 15:46:16 gt 1.13.34.2: #i20883# macro warnings
2004/07/16 07:36:37 mt 1.13.34.1: #i20156# Digital Signatures...
-rw-r--r-- | sfx2/source/doc/makefile.mk | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/sfx2/source/doc/makefile.mk b/sfx2/source/doc/makefile.mk index ab2b4b28110a..063e3df18b53 100644 --- a/sfx2/source/doc/makefile.mk +++ b/sfx2/source/doc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: kz $ $Date: 2004-06-11 09:46:16 $ +# last change: $Author: kz $ $Date: 2004-08-31 12:35:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,7 +75,7 @@ ENABLE_EXCEPTIONS=TRUE SRS1NAME=$(TARGET) SRC1FILES = \ - doc.src new.src doctdlg.src docvor.src doctempl.src sfxbasemodel.src graphhelp.src + doc.src new.src doctdlg.src docvor.src doctempl.src sfxbasemodel.src graphhelp.src secmacrowarnings.src SLOFILES = \ $(SLO)$/docfile.obj \ @@ -90,6 +90,7 @@ SLOFILES = \ $(SLO)$/objserv.obj \ $(SLO)$/objitem.obj \ $(SLO)$/clientsh.obj \ + $(SLO)$/storagehelper.obj \ $(SLO)$/docfac.obj \ $(SLO)$/docfilt.obj \ $(SLO)$/doctempl.obj \ @@ -101,7 +102,8 @@ SLOFILES = \ $(SLO)$/sfxbasemodel.obj \ $(SLO)$/commitlistener.obj \ $(SLO)$/graphhelp.obj \ - $(SLO)$/xmlversion.obj + $(SLO)$/xmlversion.obj \ + $(SLO)$/secmacrowarnings.obj EXCEPTIONSFILES=$(SLO)$/objuno.obj \ $(SLO)$/objcont.obj \ @@ -113,8 +115,10 @@ EXCEPTIONSFILES=$(SLO)$/objuno.obj \ $(SLO)$/commitlistener.obj \ $(SLO)$/objxtor.obj \ $(SLO)$/objstor.obj \ + $(SLO)$/storagehelper.obj \ $(SLO)$/graphhelp.obj \ - $(SLO)$/xmlversion.obj + $(SLO)$/xmlversion.obj \ + $(SLO)$/secmacrowarnings.obj # --- Tagets ------------------------------------------------------- |