diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:40:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:40:57 +0000 |
commit | 63c0be0747c7a9b7b76b3708bc8abeb76bb57ca5 (patch) | |
tree | 97d19eedb506522e5284c3c29e28254fa78a6bea /connectivity | |
parent | 341c7216e7008941bc2c0205974cf57cc076859c (diff) |
INTEGRATION: CWS dba22 (1.2.16); FILE MERGED
2005/01/04 12:12:19 oj 1.2.16.2: #i39873# check if driver for embedded object can loaded
2004/12/16 08:23:23 oj 1.2.16.1: #i39123# XTransactedObject support
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/hsqldb/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/drivers/hsqldb/makefile.mk b/connectivity/source/drivers/hsqldb/makefile.mk index f6a2c4e256..851f40fa0b 100644 --- a/connectivity/source/drivers/hsqldb/makefile.mk +++ b/connectivity/source/drivers/hsqldb/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2004-11-09 12:10:29 $ +# last change: $Author: kz $ $Date: 2005-01-21 16:40:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,6 +83,8 @@ SLOFILES=\ $(SLO)$/HStorageMap.obj \ $(SLO)$/HStorageAccess.obj \ $(SLO)$/HDriver.obj \ + $(SLO)$/HConnection.obj \ + $(SLO)$/HTerminateListener.obj \ $(SLO)$/StorageNativeOutputStream.obj \ $(SLO)$/StorageNativeInputStream.obj \ $(SLO)$/StorageFileAccess.obj \ |