diff options
author | Rene Engelhard <rene@debian.org> | 2018-06-10 10:33:46 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2018-06-10 14:36:20 +0200 |
commit | b7279359107ccafc691c198e94aa4e990b6300dc (patch) | |
tree | 4904691edc5cc5ce53aac2898c6304c807be3044 /dbaccess | |
parent | 5f1bf6598b5725ad1e50ae9f7ec7524cc8a834fa (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>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/CppunitTest_dbaccess_hsqlbinary_import.mk | 3 |
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 \ |