diff options
author | Andre Fischer <af@openoffice.org> | 2002-07-26 07:38:11 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2002-07-26 07:38:11 +0000 |
commit | ccc15275ea9c5dd5c92762579870bb3d45500ce0 (patch) | |
tree | c8240db1d1e7cbae7c11f27b518cc8d25403d16d /offapi/util | |
parent | bc5c7dd2629163dfca31b31a456b9c1027f6765f (diff) |
#101331# Added directories drafts/com/sun/star/{drawing,sheet,table,text}.
Diffstat (limited to 'offapi/util')
-rw-r--r-- | offapi/util/makefile.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/util/makefile.mk b/offapi/util/makefile.mk index 04ff100e0bac..f1d166369ae9 100644 --- a/offapi/util/makefile.mk +++ b/offapi/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.39 $ +# $Revision: 1.40 $ # -# last change: $Author: af $ $Date: 2002-07-03 15:37:42 $ +# last change: $Author: af $ $Date: 2002-07-26 08:36:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -137,7 +137,11 @@ UNOIDLDBFILES= \ $(UCR)$/dcssabridge.db\ $(UCR)$/dcssi18n.db\ $(UCR)$/dcssauth.db\ - $(UCR)$/dcsscbackend.db + $(UCR)$/dcsscbackend.db\ + $(UCR)$/dcssdrawing.db\ + $(UCR)$/dcsssheet.db\ + $(UCR)$/dcsstable.db\ + $(UCR)$/dcsstext.db REFERENCE_SO_60_RDB=$(SOLARROOT)$/odk_reference$/SO-6.0$/applicat.rdb |