diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-05-16 10:44:10 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-05-16 10:44:10 +0000 |
commit | 9bb2e640b5f281e33e239c8c2420918ce8b7f8a3 (patch) | |
tree | af023ac1bb08dc99215bad4e731d7c983252970d /offapi | |
parent | d1822454853481bc02067b0dbfb4224bae12fb26 (diff) |
#87071# added SymbolDescriptor to the makefile
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/formula/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/offapi/com/sun/star/formula/makefile.mk b/offapi/com/sun/star/formula/makefile.mk index 457dcaab5005..e5824ea41727 100644 --- a/offapi/com/sun/star/formula/makefile.mk +++ b/offapi/com/sun/star/formula/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mi $ $Date: 2000-11-08 12:43:14 $ +# last change: $Author: mtg $ $Date: 2001-05-16 11:44:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,7 +73,8 @@ PACKAGE=com$/sun$/star$/formula # ------------------------------------------------------------------------ IDLFILES=\ - FormulaProperties.idl\ + SymbolDescriptor.idl \ + FormulaProperties.idl # ------------------------------------------------------------------ |