diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-07-20 14:34:31 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-07-20 14:34:31 +0000 |
commit | 84295f0096b6aba9f9ad0ad9d2f519a4a8cd0009 (patch) | |
tree | 8c1730a316daa98a984ab42bb8017c2565d9dc20 /fileaccess | |
parent | ac0417f4eb1c15f495f2620dbe250071675bf071 (diff) |
#87576# link against UNOTOOLSLIB (::utl::OInputStreamWrapper needed)
Diffstat (limited to 'fileaccess')
-rw-r--r-- | fileaccess/source/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fileaccess/source/makefile.mk b/fileaccess/source/makefile.mk index d6a7232f6ae8..01f28f7d183c 100644 --- a/fileaccess/source/makefile.mk +++ b/fileaccess/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: pluby $ $Date: 2001-03-02 07:14:41 $ +# last change: $Author: rt $ $Date: 2001-07-20 15:34:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,6 +87,7 @@ SHL1STDLIBS= \ $(VOSLIB) \ $(TOOLSLIB) \ $(UCBHELPERLIB) \ + $(UNOTOOLSLIB) \ $(CPPUHELPERLIB) SHL1DEPN= |