diff options
author | Stephan Bergmann <sb@openoffice.org> | 2000-10-18 09:12:37 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2000-10-18 09:12:37 +0000 |
commit | edf4451ba30127b3a14c721417ad40427b5491df (patch) | |
tree | 5c90d8ac9185643b6dac8a3ddf37b03dc3c24da6 /ucb/workben | |
parent | 591b9f295fbc77b0edb2cbc0c135e6c2c906e70d (diff) |
Added UCBHELPERLIB.
Diffstat (limited to 'ucb/workben')
-rw-r--r-- | ucb/workben/ucb/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ucb/workben/ucb/makefile.mk b/ucb/workben/ucb/makefile.mk index 29db22cf2dc2..55bc27164146 100644 --- a/ucb/workben/ucb/makefile.mk +++ b/ucb/workben/ucb/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: kso $ $Date: 2000-10-16 14:56:13 $ +# last change: $Author: sb $ $Date: 2000-10-18 10:12:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -115,7 +115,8 @@ APP1STDLIBS=\ $(COMPHELPERLIB) \ $(TOOLSLIB) \ $(SVTOOLLIB) \ - $(SVLIB) + $(SVLIB) \ + $(UCBHELPERLIB) APP1DEF= $(MISC)\$(APP1TARGET).def |