diff options
Diffstat (limited to 'dbaccess')
-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) |