diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-11-30 12:39:32 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-30 13:00:21 +0000 |
commit | 51bd0803b34565ee68d8be62e4076cb581785b06 (patch) | |
tree | f53d1ce14b1f9474d8cd33dc11323ecf4ee2b27b /connectivity | |
parent | 509590426a08fd9cdc30d895d5adfd07efea0ebf (diff) |
rename, and bundle the postgresql driver if it is enabled
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/prj/d.lst | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/postgresql/makefile.mk | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/prj/d.lst b/connectivity/prj/d.lst index 1387da4a4ec5..55099c2add78 100644 --- a/connectivity/prj/d.lst +++ b/connectivity/prj/d.lst @@ -7,6 +7,7 @@ ..\%__SRC%\lib\*.a %_DEST%\lib\*.a ..\%__SRC%\slb\connectivity*.* %_DEST%\lib\connectivity*.* ..\%__SRC%\lib\idbt* %_DEST%\lib\idbt* +..\%__SRC%\lib\*.oxt %_DEST%\bin\*.oxt ..\source\cpool\*.xml %_DEST%\xml\*.xml ..\source\drivers\adabas\*.xml %_DEST%\xml\*.xml ..\source\drivers\ado\*.xml %_DEST%\xml\*.xml diff --git a/connectivity/source/drivers/postgresql/makefile.mk b/connectivity/source/drivers/postgresql/makefile.mk index f0f184e27324..4f2dffd8296b 100644 --- a/connectivity/source/drivers/postgresql/makefile.mk +++ b/connectivity/source/drivers/postgresql/makefile.mk @@ -159,7 +159,7 @@ SHL2VERSIONMAP=$(SOLARENV)$/src$/reg-component.map SLOFILES= $(LIB1OBJFILES) $(LIB2OBJFILES) -DRIVERNAME=postgresql-sdbc-$(PQ_SDBC_VERSION).oxt +DRIVERNAME=postgresql-sdbc.oxt ALLTAR : $(DLLDEST)$/$(DRIVERNAME) .ENDIF # BUILD_POSTGRESQL_SDBC |