diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-10-06 13:37:25 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-10-06 13:37:25 +0000 |
commit | ddf6d0e7162c8b79c23eb5a1bc8d6a9890f1e1c4 (patch) | |
tree | ef11c05125430a8fd9e94cdc13b4ee71fd6b6957 /unotools/util | |
parent | c020ece3cf9f976a80e9601688b34e2f80e06c30 (diff) |
link against COMPHELPERLIB, sop we can reroute set-/getProcessServiceFactory to comphelper as long as the versions here in unotools exist
Diffstat (limited to 'unotools/util')
-rw-r--r-- | unotools/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/unotools/util/makefile.mk b/unotools/util/makefile.mk index c00776b646c3..b1e9e66f2859 100644 --- a/unotools/util/makefile.mk +++ b/unotools/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2000-10-05 12:29:23 $ +# last change: $Author: fs $ $Date: 2000-10-06 14:37:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -106,7 +106,8 @@ SHL1STDLIBS= \ $(VOSLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ - $(UCBHELPERLIB) \ + $(COMPHELPERLIB) \ + $(UCBHELPERLIB) \ $(TOOLSLIB) SHL1LIBS=$(LIB1TARGET) |