summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2004-07-23 06:54:17 +0000
committergt <gt@openoffice.org>2004-07-23 06:54:17 +0000
commite426caba8ac344e94107149208da033be860a2e3 (patch)
treed23a474b9077053730eb4da71213a61a48e952ba
parent6552fb76d8f5437ee448f7873b8832a3d6253325 (diff)
#i20883# no need for warnings.* here
-rw-r--r--xmlsecurity/source/dialogs/makefile.mk10
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 ------------------------------------------------------