diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-12-11 09:59:07 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-12-11 09:59:07 +0000 |
commit | 8838c90cefe847545d510191a6c7128c01a7fef6 (patch) | |
tree | 98271fb6ddff19b41635f43c5bf3e16282a73c08 /udkapi/util | |
parent | dfef12b92e5be96545b1b2deba3823b9cb7aedd4 (diff) |
#88919# added security
Diffstat (limited to 'udkapi/util')
-rw-r--r-- | udkapi/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/udkapi/util/makefile.mk b/udkapi/util/makefile.mk index 1716be07f3f7..1257c38d38b0 100644 --- a/udkapi/util/makefile.mk +++ b/udkapi/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: mi $ $Date: 2000-11-08 16:06:12 $ +# last change: $Author: dbo $ $Date: 2001-12-11 10:58:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,6 +83,7 @@ UNOIDLDBFILES= \ $(UCR)$/cssio.db \ $(UCR)$/cssjava.db \ $(UCR)$/csslang.db \ + $(UCR)$/csssec.db \ $(UCR)$/cssloader.db \ $(UCR)$/cssreflection.db \ $(UCR)$/cssregistry.db \ |