diff options
author | jp <jp@openoffice.org> | 2001-05-11 12:02:27 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-05-11 12:02:27 +0000 |
commit | b239a4467a8eb13dc28c0a361ae00c76589cb67a (patch) | |
tree | 0e9e3a283a8433ce6af020c542b665f25a22ab1a /starmath/util | |
parent | bfdc119cabb73ea98fd29998935840ec73234060 (diff) |
comphelper lib added
Diffstat (limited to 'starmath/util')
-rw-r--r-- | starmath/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk index e15fc3ade255..7e7826daaa06 100644 --- a/starmath/util/makefile.mk +++ b/starmath/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2000-11-22 12:29:32 $ +# last change: $Author: jp $ $Date: 2001-05-11 13:02:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -107,7 +107,8 @@ SHL1STDLIBS= \ $(SVXLIB) \ $(SALLIB) \ $(VOSLIB) \ - $(UCBHELPERLIB) + $(UCBHELPERLIB) \ + $(COMPHELPERLIB) SHL1DEPN= makefile.mk \ $(MISC)$/$(SHL1TARGET).flt |