comphelper lib added
This commit is contained in:
parent
bfdc119cab
commit
b239a4467a
1 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $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
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
|
@ -107,7 +107,8 @@ SHL1STDLIBS= \
|
||||||
$(SVXLIB) \
|
$(SVXLIB) \
|
||||||
$(SALLIB) \
|
$(SALLIB) \
|
||||||
$(VOSLIB) \
|
$(VOSLIB) \
|
||||||
$(UCBHELPERLIB)
|
$(UCBHELPERLIB) \
|
||||||
|
$(COMPHELPERLIB)
|
||||||
|
|
||||||
SHL1DEPN= makefile.mk \
|
SHL1DEPN= makefile.mk \
|
||||||
$(MISC)$/$(SHL1TARGET).flt
|
$(MISC)$/$(SHL1TARGET).flt
|
||||||
|
|
Loading…
Reference in a new issue