diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-07-25 10:37:05 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-07-25 10:37:05 +0000 |
commit | 380699bb88c43c31bce5e47bfaeea0f97115feb2 (patch) | |
tree | 9c4333ad84f35092e9b1f38269c435a9cd21d4d1 /ucbhelper | |
parent | e14b0e2884d3e3338adfc8f3912dca63f19808ff (diff) |
INTEGRATION: CWS abi3 (1.6.38); FILE MERGED
2003/07/17 15:17:18 abi 1.6.38.1: #110335# download in the background
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ucbhelper/util/makefile.mk b/ucbhelper/util/makefile.mk index ff73019eb68b..5d2cdc4c5e2d 100644 --- a/ucbhelper/util/makefile.mk +++ b/ucbhelper/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2002-03-28 16:15:16 $ +# last change: $Author: vg $ $Date: 2003-07-25 11:37:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,6 +81,7 @@ LIB1FILES= $(SLB)$/client.lib \ SHL1TARGET= $(TARGET)$(UCBHELPER_MAJOR)$(COMID) SHL1STDLIBS = \ + $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ $(SALHELPERLIB) \ |