diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 13:42:12 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 13:42:12 +0000 |
commit | d3cfc99e7b69f58b3f6e68e38542b23fd3fc7de1 (patch) | |
tree | 729a9e448e91821adf4db50a999e4031e75515c8 /dbaccess/util | |
parent | de0073620e11d74cb52d4661f30c23bc1aaf57b2 (diff) |
INTEGRATION: CWS bgdlremove (1.29.16); FILE MERGED
2007/05/11 07:45:36 kso 1.29.16.1: #i76911# - ucbhelper lib no longer uses VOS.
(vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)
Diffstat (limited to 'dbaccess/util')
-rw-r--r-- | dbaccess/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/util/makefile.mk b/dbaccess/util/makefile.mk index e72ed293b32a..ef1e4ea41d30 100644 --- a/dbaccess/util/makefile.mk +++ b/dbaccess/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.29 $ +# $Revision: 1.30 $ # -# last change: $Author: vg $ $Date: 2007-03-26 14:07:20 $ +# last change: $Author: ihi $ $Date: 2007-06-05 14:42:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -73,7 +73,8 @@ SHL1STDLIBS= \ $(SVLLIB) \ $(CPPULIB) \ $(VOSLIB) \ - $(SALLIB) + $(SALLIB) \ + $(SALHELPERLIB) SHL1LIBS=$(LIB1TARGET) SHL1DEF=$(MISC)$/$(SHL1TARGET).def |