summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-06-10 10:33:46 +0200
committerRene Engelhard <rene@debian.org>2018-06-10 14:36:41 +0200
commit8e660e3b5e4877ee4dca362f7cdca62d8929436a (patch)
treebdbc540acaca921d0a948b7e6413fb7a2c863a99 /dbaccess
parent4731827db269a11b8f12e22076a2f3c297298450 (diff)
fix CppunitTest_dbaccess_hsqlbinary_import
at least with system-hsqldb. add missing connectivity/source/drivers/hsqldb/hsqldb to gb_CppunitTest_use_components Change-Id: I6e845dadd67276b137734f68ba922a1d5890c809 Reviewed-on: https://gerrit.libreoffice.org/55551 Reviewed-by: Rene Engelhard <rene@debian.org> Tested-by: Rene Engelhard <rene@debian.org> (cherry picked from commit b7279359107ccafc691c198e94aa4e990b6300dc) Reviewed-on: https://gerrit.libreoffice.org/55559
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/CppunitTest_dbaccess_hsqlbinary_import.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/CppunitTest_dbaccess_hsqlbinary_import.mk b/dbaccess/CppunitTest_dbaccess_hsqlbinary_import.mk
index b23e4801f234..d203bf3c1be1 100644
--- a/dbaccess/CppunitTest_dbaccess_hsqlbinary_import.mk
+++ b/dbaccess/CppunitTest_dbaccess_hsqlbinary_import.mk
@@ -69,7 +69,8 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_hsql_binary_import,\
basic/util/sb \
comphelper/util/comphelp \
configmgr/source/configmgr \
- connectivity/source/drivers/firebird/firebird_sdbc \
+ connectivity/source/drivers/hsqldb/hsqldb \
+ $(if $(ENABLE_FIREBIRD_SDBC),connectivity/source/drivers/firebird/firebird_sdbc) \
connectivity/source/manager/sdbc2 \
dbaccess/util/dba \
dbaccess/util/dbu \