diff options
author | gt <gt@openoffice.org> | 2004-07-23 06:54:17 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2004-07-23 06:54:17 +0000 |
commit | e426caba8ac344e94107149208da033be860a2e3 (patch) | |
tree | d23a474b9077053730eb4da71213a61a48e952ba /xmlsecurity/source/dialogs/makefile.mk | |
parent | 6552fb76d8f5437ee448f7873b8832a3d6253325 (diff) |
#i20883# no need for warnings.* here
Diffstat (limited to 'xmlsecurity/source/dialogs/makefile.mk')
-rw-r--r-- | xmlsecurity/source/dialogs/makefile.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/xmlsecurity/source/dialogs/makefile.mk b/xmlsecurity/source/dialogs/makefile.mk index 33bfc1914..1858f755e 100644 --- a/xmlsecurity/source/dialogs/makefile.mk +++ b/xmlsecurity/source/dialogs/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: gt $ $Date: 2004-07-20 05:35:10 $ +# last change: $Author: gt $ $Date: 2004-07-23 07:54:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,16 +86,14 @@ SRC1FILES = \ digitalsignaturesdialog.src \ certificatechooser.src \ certificateviewer.src \ - macrosecurity.src \ - warnings.src + macrosecurity.src SLOFILES= \ $(SLO)$/digitalsignaturesdialog.obj \ $(SLO)$/certificatechooser.obj \ $(SLO)$/certificateviewer.obj \ $(SLO)$/macrosecurity.obj \ - $(SLO)$/resourcemanager.obj \ - $(SLO)$/warnings.obj + $(SLO)$/resourcemanager.obj # --- Targets ------------------------------------------------------ |