diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 13:49:50 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 13:49:50 +0000 |
commit | 48f0fd2b68499c69d82cb914ab987ee3ad175c80 (patch) | |
tree | 73b7256dff0a2f75a4065cdf5c7ae19c41cfea7b /connectivity/source/dbtools | |
parent | f6e1fcba13ec8444c40658945a705f81bebebd9a (diff) |
INTEGRATION: CWS dba24b (1.12.52); FILE MERGED
2007/09/04 20:47:03 fs 1.12.52.1: #i73237# +I18NISOLANGLIB
Diffstat (limited to 'connectivity/source/dbtools')
-rw-r--r-- | connectivity/source/dbtools/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/connectivity/source/dbtools/makefile.mk b/connectivity/source/dbtools/makefile.mk index 54d0a5a5eead..911a28edfe92 100644 --- a/connectivity/source/dbtools/makefile.mk +++ b/connectivity/source/dbtools/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: obo $ $Date: 2007-03-09 08:56:57 $ +# last change: $Author: hr $ $Date: 2007-11-01 14:49:50 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -67,8 +67,9 @@ SHL1STDLIBS=\ $(VOSLIB) \ $(SALLIB) \ $(JVMACCESSLIB) \ - $(UNOTOOLSLIB) \ - $(COMPHELPERLIB) + $(UNOTOOLSLIB) \ + $(COMPHELPERLIB) \ + $(I18NISOLANGLIB) # NETBSD: somewhere we have to instantiate the static data members. # NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work. |