diff options
author | Kai Ahrens <ka@openoffice.org> | 2000-11-07 11:38:42 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2000-11-07 11:38:42 +0000 |
commit | 812c133799be28702e646cc2fb24df94bab289ea (patch) | |
tree | d58490ac64e230b29280e527047e1409b096e60d /goodies/util | |
parent | 35a563ea08efa56e9e867438135439790e79d0b7 (diff) |
must changes (File access)
Diffstat (limited to 'goodies/util')
-rw-r--r-- | goodies/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/goodies/util/makefile.mk b/goodies/util/makefile.mk index 6229b437675d..3128bf38687f 100644 --- a/goodies/util/makefile.mk +++ b/goodies/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:30:17 $ +# last change: $Author: ka $ $Date: 2000-11-07 12:38:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,8 +93,8 @@ SHL1STDLIBS=\ $(SVTOOLLIB) \ $(SVLLIB) \ $(CPPUHELPERLIB) \ - $(CPPULIB) - + $(CPPULIB) \ + $(UNOTOOLSLIB) # $(SVMEMLIB) \ # $(SOTLIB) \ # $(SO2LIB) \ |