diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:33:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:33:36 +0000 |
commit | 936540093db8f05d74f408ad5de20ee5d313b1de (patch) | |
tree | 83c60b42d25300c78b9962a68878af4fd61873fe /dbaccess/util | |
parent | 2d1e7c4d2fa14ff9c38d62c37576c588330ffff7 (diff) |
INTEGRATION: CWS odbmacros2 (1.32.2); FILE MERGED
2008/03/04 12:00:54 fs 1.32.2.2: RESYNC: (1.32-1.33); FILE MERGED
2007/12/19 09:49:52 fs 1.32.2.1: #i49133# link DBA lib with BASIC lib
Diffstat (limited to 'dbaccess/util')
-rw-r--r-- | dbaccess/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/util/makefile.mk b/dbaccess/util/makefile.mk index ebd15e2634e4..0c806020a342 100644 --- a/dbaccess/util/makefile.mk +++ b/dbaccess/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.33 $ +# $Revision: 1.34 $ # -# last change: $Author: obo $ $Date: 2008-02-25 16:24:53 $ +# last change: $Author: kz $ $Date: 2008-03-06 18:33:36 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -75,6 +75,7 @@ SHL1STDLIBS= \ $(VOSLIB) \ $(SALLIB) \ $(SFXLIB) \ + $(BASICLIB) \ $(SALHELPERLIB) SHL1LIBS=$(LIB1TARGET) |